$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2004-09-29 02:37:47
Aleksey Gurtovoy wrote:
>> Aleksey, is it possible to represent warning in regression test results
>> somehow?
>
> Unfortunately, not without hacking "process_jam_log", which we don't
> have resources for at this point.
>
>> Missing warning information is the only drawback of the current
>> results format.
>
> It's on our todo list.
Thanks. It's not urgent. Though I'll try to run tests with gcc and -Werror
locally, and fix at least some errors.
>>> I'd recommend that boost uses the above options + -Werror
>>> with GCC to make sure no warnings can creep into the release.
>>
>> Maybe, this is a good idea. At least, it will make ignoring warnings
>> much harder.
>
> Does Boost.Build provide a feature to enable it accross compilers?
No.
- Volodya