Skip to content

Commit

Permalink
Fix warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
sebcrozet committed Nov 7, 2014
1 parent 83f25e0 commit 15d1fa0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ distcheck:
git clone --recursive . $(tmp)
make -C $(tmp)
make -C $(tmp) test
make -C $(tmp) bench
rm -rf $(tmp)

.PHONY:doc
Expand Down
4 changes: 1 addition & 3 deletions benches/dmat.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,8 @@
extern crate test;
extern crate "nalgebra" as na;

use std::rand::{IsaacRng, Rng};
use test::Bencher;
use na::{Inv};
use na::{Vec2, Vec3, Vec4, Vec5, Vec6, DVec, Mat2, Mat3, Mat4, Mat5, Mat6, DMat};
use na::{DVec, DMat};

macro_rules! bench_mul_dmat(
($bh: expr, $nrows: expr, $ncols: expr) => {
Expand Down

0 comments on commit 15d1fa0

Please sign in to comment.