|
From: | Juergen Sauermann |
Subject: | [Bug-apl] Fwd: Re: Bogus compiler warnings |
Date: | Thu, 9 Mar 2017 23:22:14 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux i686; rv:45.0) Gecko/20100101 Thunderbird/45.2.0 |
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:
|
[Prev in Thread] | Current Thread | [Next in Thread] |