Subject: [boost] [integer] long long warning
From: Vladimir Prus (vladimir_at_[hidden])
Date: 2009-11-10 02:02:38


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