NICTA / SmartGridToolbox

Smart Grid Simulation Library (C++14)
http://nicta.github.io/SmartGridToolbox
24 stars 10 forks source link

Compile with -Weverything in clang++ #19

Closed dexterurbane closed 9 years ago

dexterurbane commented 9 years ago

... leave off various warnings we thing we can ignore...

dexterurbane commented 9 years ago

One thing: there are lots of errors to do with converting between signed, unsigned etc. Armadillo uses arma::uword, and for the most part std uses size_t. These are not the same, but their use can get mixed up. What is the correct, not-too pedantic way of dealing with this?