Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-18 Thread Petr Machata
Nathan Ridge writes: >> On 3 July 2013 02:41, Nathan Ridge wrote: ./boost/bind/arg.hpp:37:22: warning: typedef ‘T_must_be_placeholder’ locally defined but not used [-Wunused-local-typedefs] >> >> It was new in GCC 4.7, http://gcc.gnu.org/gcc-4.7/changes.html > > I've seen spews of

RE: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-03 Thread Nathan Ridge
> On 3 July 2013 02:41, Nathan Ridge 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) >> >> This warning is new in G

Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-03 Thread Daniel James
On 3 July 2013 09:32, Jonathan Wakely wrote: > > I keep being surprised noone's disabled it in gcc.jam yet. That wouldn't work for headers, as they get included when building with other build systems. Since this is new, I guess we can use pragmas to disable the warning, but that's a pain.

Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-03 Thread Jonathan Wakely
On 3 July 2013 02:41, Nathan Ridge 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) > > This warning is new in GCC 4.8, an

Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-03 Thread Jonathan Wakely
On 3 July 2013 02:41, Nathan Ridge 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) > > This warning is new in GCC 4.8, an

RE: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0

2013-07-02 Thread Nathan Ridge
> 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) This warning is new in GCC 4.8, and I have been seeing a ton of them not just in boos