Boost logo

Boost :

Subject: Re: [boost] [test] dsiable warnings for msvc 9.0
From: Jürgen Hunold (juergen.hunold_at_[hidden])
Date: 2008-09-19 06:36:09


Hi Gennadiy !

An'n Montag 15 September 2008 hett Juergen Hunold schreven:
> On Saturday 13 September 2008 10:09:18 Gennaidy Rozental wrote:
> > Jürgen Hunold <juergen.hunold <at> ivembh.de> writes:
> > > Please find a patch for boost/test/detail/config.hpp attached which
> > > bumps the msvc version for BOOST_WORKAROUND to 1500 (msvc-9.0)
> >
> > I don't see this warning.
>
> Confirmed. It seems it only appears in my own test cases. I'll try to
> reproduce it and get back with a test case. This might take some days,
> though.

Well, the warning is off by default :-)) We activate it per
#pragma warning(3:4265) in our compiler-settings header in order to get the
same warnings as gcc-4.x
To reproduce this, you only have to activate it by adding -w34265 to your
commandline, for bjam that would be cxxflags=-w34265.(or <cxxflags>-w34265 in
the Jamfile itself)
I wonder if this is a candidate for inclusion in Boost.Tests own Jamfile...

Yours,

Jürgen

-- 
* Dipl.-Math. Jürgen Hunold       ! Ingenieurgesellschaft für 
* voice: ++49 511 262926 57       ! Verkehrs- und Eisenbahnwesen mbH  
* fax  : ++49 511 262926 99       ! Lister Straße 15
* juergen.hunold_at_[hidden]        ! www.ivembh.de
* 
* Geschäftsführer:                ! Sitz des Unternehmens: Hannover
* Prof. Dr.-Ing. Thomas Siefer    ! Amtsgericht Hannover, HRB 56965
* PD Dr.-Ing. Alfons Radtke       !

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk