$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [boost] [teeks99][test] Test failures on MSVC 8-11
From: Ion Gaztañaga (igaztanaga_at_[hidden])
Date: 2015-11-23 16:35:45
>>
>> http://www.boost.org/development/tests/develop/developer/output/igaztanaga-gcc-5-1c++14-boost-bin-v2-libs-log-test-attr_function-test-gcc-mngw-5-1c+-dbg-dbg-symbl-off-thrd-mlt.html
>>
>>
> and maybe because of "-Werror=sign-compare" ? or again this is hiding
> something else that was cut off in the report...
>
> I believe this is the wrong thing to do for those runners: raising those
> trivial warnings as errors makes them quite useless and this is a waste
> of time and resource for everybody.
I think I should not use Werror on regressions, this was a copy paste
error from the user-config.jam I use to test my libraries, where I try
to be warning free. It should be fixed for the next run.
Best,
Ion