$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] lots of warning with gcc-4.8.1 + boost-1.54.0
From: Daniel James (daniel_at_[hidden])
Date: 2013-07-03 04:40:30
On 3 July 2013 09:32, Jonathan Wakely <jwakely.boost_at_[hidden]> 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.