$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [new Warningspolicy] MSC4180 ontheMaintenance Guidelines
From: Peter Dimov (pdimov_at_[hidden])
Date: 2009-11-23 13:04:59
Stewart, Robert wrote:
> Peter Dimov wrote:
>> - ensure that warnings are not introduced into other
>> developers's code.
>
> I'm not sure quite what you mean or how you would impose this.
Developer A has written code that compiles cleanly with MSVC /W4. Developer
B fixes an issue in this code and the result compiles cleanly with
g++ -Wall, but happens to introduce a warning under MSVC. (Or Sun C++, for
that matter.)
(Incidentally, both developers have built at a reasonably high warning level
and have seen no warnings.)