|
Boost Testing : |
Subject: Re: [Boost-testing] igaztanaga-develop-gcc-3.4c++03
From: Edward Diener (eldiener_at_[hidden])
Date: 2016-11-25 14:27:47
Le 24/11/2016 à 23:40, Ion Gaztañaga a écrit :
On 21/11/2016 13:39, Raffi Enficiaud wrote:Ah! then it comes from the Jamfile! Sorry for the noise.
Hi there,
There is an error for this runner:
"""
cc1plus.exe: error: unrecognized command line option
"-Wno-variadic-macros
""""
Would it be possible to remove this option?
Thanks,
Raffi
The runner does not have this option. Would you point me to the failed
test? Maybe that option was added in a library Jamfile.
Best,
Ion
For info:
http://www.boost.org/development/tests/develop/developer/output/igaztanaga-develop-gcc-3-4c++03-boost-bin-v2-libs-test-test-algorithm-test-test-gcc-mngw-3-4c+-dbg-dbg-symbl-off.html
I have this property:
<toolset>gcc:<cxxflags>-Wno-variadic-macros
which works well for all GCCs except for "gcc-mngw-3.4c+". Is the lack
of the option specific to gcc-mngw? is it possible to
distinguish/silence the problem for gcc-mngw?
Thanks!
Raffi