
10 Nov
2009
10 Nov
'09
8:36 a.m.
I think "long long" is from the C99 standard and the GNU g++ doesn't use this mode by default (?). For me, the warnings disappear if I use add: cxxflags=-std=c++0x Cheers, Sascha Vladimir Prus schrieb:
Hi,
if, in SVN trunk as of revision 57535, I go to libs/program_options/test and run:
bjam warnings=all cxxflags=-Wextra
I get a pile of warnings like this:
../../../boost/integer.hpp:145:24: warning: use of C99 long long integer constant
These are actually only warnings that are now printed. Does anybody know what to do with them?
Thanks, Volodya _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost