Boost logo

Boost :

Subject: Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0
From: Steve Lorimer (steve.lorimer_at_[hidden])
Date: 2013-07-02 21:45:06


You can include boost headers using -isystem which will suppress these
warnings

-isystem dir Search dir for header files, after all directories specified
by -I but before the standard system directories. *Mark it as a system
directory, so that it gets the same special treatment as is applied to the
standard system directories*

On 3 July 2013 11:29, Neal Becker <ndbecker2_at_[hidden]> wrote:

> Lots of warnings like this:
>
> ./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’
> locally
> defined but not used [-Wunused-local-typedefs]
>
> when building 1.54.0 with gcc-4.8.1 (fedora f19)
>
>
> _______________________________________________
> 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