Boost logo

Boost-Build :

Subject: Re: [Boost-build] MSVC C4506 warning not suppressed by jamfile
From: Steven Watanabe (watanabesj_at_[hidden])
Date: 2008-11-26 12:09:37


AMDG

Paul A. Bristow wrote:
> I am trying to silence this warning.
>
> As it is in MS code, there isn't much we can do about it - and I've no
> reason suppose it is a meaningful warning.
>
> <snip>
>
> In my jamfile.v2 project requirements I have added
>
> <toolset>msvc:<cxxflags>/wd4506 # NO definition for inline function
> in MS Xstring).
>
> But this does not silence it :-((
>

cxxflags is not propagated. You need to suppress this from within the
regex jamfile.

In Christ,
Steven Watanabe


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk