$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2006-02-28 03:34:12
On Saturday 18 February 2006 17:27, David Abrahams wrote:
> > Running "bjam" with --debug-building showed me that the <warnings>off was
> > just not propagated to the boost_python targets, and the reason was the
> > the "warnings" feature was no marked as propagated. Fixed in CVS now, let
> > me know if this fixes to problems for you.
>
> I'm afraid not.
>
> bjam --v2 warnings=off msvc-8.0
>
> in libs/iterator/test still shows warnings.
Hmm, when I run:
bjam --v2 warnings=off -n msvc | grep "W4"
there, I see nothing. And nothing with "W3", either. Without "warnings=off",
all command lines include "W4".
Can you name specific file where you see the warnings, and see what's the
command line is.
Thanks,
Volodya