$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Emil Dotchevski (emildotchevski_at_[hidden])
Date: 2006-03-07 15:01:13
>> I wasn't concerned with whether the -Wall warnings make sense or not (for
>> the most part they do), but with the fact that currently there seems to
>> be
>> no way of disabling specific GCC warnings, because when composing the
>> command line for the compiler, BBv2 passes the -Wall parameter *after*
>> any
>> -Wno-whatever parameters passed through <cxxflags>.
>
> Yes, I realize there are two independent issues discussed in this thread.
>
> I've just modified gcc.jam so that <cxxflags> values are added to the
> command
> line after -Wall, so this should fix your problem. Can you update from CVS
> and try again?
Just tried it, works fine now. Thanks!
--Emil