Boost logo

Boost :

Subject: Re: [boost] [integer] long long warning
From: Sascha Ochsenknecht (s.ochsenknecht_at_[hidden])
Date: 2009-11-10 03:36:49


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


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk