Boost logo

Boost-Build :

From: Johan Nilsson (r.johan.nilsson_at_[hidden])
Date: 2005-12-05 06:38:35


"Rene Rivera" <grafik.list_at_[hidden]> wrote in message
news:4391E5B0.7000909_at_redshift-software.com...
>I applied Alexeys patch with a minor mod... Thanks Alexey :-)
>
> Mat Marcus wrote:
>> Don't forget _SCL_SECURE_NO_DEPRECATE.
>> _SCL_SECURE_NO_DEPRECATE suppresses the C++ library related deprecations.
>
> The SCL define doesn't help remove all the warnings as bjam is all C code.
>
>> _CRT_SECURE_NO_DEPRECATE suppresses the C library related deprecations.
>
> And because of the SCL not working I removed the CRT define also and
> only left the disabling of the 4996 warning. As there's no point in
> adding more command line option that ultimately have no effect.

Thanks, building w/ the vc8 toolset now generates zero warnings. Only
disabling the 4996 warning is just fine with me.

// Johan


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