
29 Sep
2004
29 Sep
'04
7:37 a.m.
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