Hi Alexey, I believe it is not good if we have to introduce additional code just to suppress warnings. In particular if the warning is obviously bogus. -Werror is on purpose in order to improve the code quality of GNU APL. If we would turn it off then that goal would be undermined. I suppose that you can run configure like this: CXXFLAGS="-Wnoerror" ./configure If that doesn't work then configure.ac line 39 is place to change the CXXFLAGS. After that autoreconf and a new ./configure is needed for the change to have an effect. /// Jürgen On 03/09/2017 11:29 AM, Alexey
Veretennikov wrote:
|
- [Bug-apl] Fwd: Re: Bogus compiler warnings Juergen Sauermann
- Re: [Bug-apl] Fwd: Re: Bogus compiler warnings Christian Robert
- Re: [Bug-apl] Fwd: Re: Bogus compiler warning... Alexey Veretennikov
- Re: [Bug-apl] Fwd: Re: Bogus compiler warnings Juergen Sauermann
- Re: [Bug-apl] Fwd: Re: Bogus compiler warning... Alexey Veretennikov
- Re: [Bug-apl] Fwd: Re: Bogus compiler warning... enztec
- Re: [Bug-apl] Fwd: Re: Bogus compiler war... Elias Mårtenson
- Re: [Bug-apl] Fwd: Re: Bogus compiler... enztec
- Re: [Bug-apl] Fwd: Re: Bogus com... Alexey Veretennikov