
9 Nov
2009
9 Nov
'09
9:35 a.m.
I've started a wiki page here: https://svn.boost.org/trac/boost/wiki/WarningFixes for folks to collaborate on fixing warnings from Boost libraries.
Looking at the page, wouldn't it make sense to include
warnings=all
in the appropriate jamfile defaults?
Do you mean in the Jamfile that declares the tests for that library? Ultimately this is probably a good idea - but in the short term even libraries that are marked as "clean" often generate a minor blizzard of warnings from their dependencies - often only the same warning over and over, but this is probably not such a good idea until we've reduced the warnings from the "core" libraries a bit. Regards, John.