kzwkt / wnd-charm

Automatically exported from code.google.com/p/wnd-charm
0 stars 0 forks source link

Way too many warnings when compiling with -Wall. #15

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
I committed a change to configure.ac to set -Wall.
We should always be compiling with -Wall.  This catches a lot of bugs.

Now that that's done, compiles emit a *lot* of warnings.  This is low priority, 
but we should clean these up as we go along.

Original issue reported on code.google.com by iggie.bi...@googlemail.com on 2 Mar 2011 at 4:06

GoogleCodeExporter commented 9 years ago

Original comment by i...@cathilya.org on 2 Mar 2011 at 4:11

GoogleCodeExporter commented 9 years ago
Actually, this should be high priority.  I fixed the warnings in 
TrainingSet.cpp, and this caught about half a dozen real live bugs out of a 
couple dozen warning.  We should do this to all of the code!

Original comment by i...@cathilya.org on 2 Mar 2011 at 4:48

GoogleCodeExporter commented 9 years ago

Original comment by christop...@nih.gov on 15 Jul 2011 at 8:58

GoogleCodeExporter commented 9 years ago
All warnings currently dealt with under most compilation environments

Original comment by i...@nih.gov on 26 Jun 2013 at 2:41