On 09/25/2012 11:23 AM, Jiri Denemark wrote:
On Tue, Sep 25, 2012 at 11:16:32 +0200, Martin Kletzander wrote:
> On 09/25/2012 09:38 AM, Jiri Denemark wrote:
>> On Mon, Sep 24, 2012 at 18:44:34 -0500, Doug Goldstein wrote:
>>> --enable-compile-warnings=error has been renamed to --enable-werror so
>>> update the HACKING and the hacking.html to reflect that.
>>> ---
>>> docs/hacking.html.in | 2 +-
>>> 1 files changed, 1 insertions(+), 1 deletions(-)
>>>
>>> diff --git a/docs/hacking.html.in b/docs/hacking.html.in
>>> index a97dc22..c3f859c 100644
>>> --- a/docs/hacking.html.in
>>> +++ b/docs/hacking.html.in
>>> @@ -76,7 +76,7 @@
>>> <li><p>Run the automated tests on your code before
submitting any changes.
>>> In particular, configure with compile warnings set to
-Werror:</p>
>>> <pre>
>>> - ./configure --enable-compile-warnings=error
>>> + ./configure --enable-werror
>>> </pre>
>>> <p>
>>> and run the tests:
>>
>> ACK
>>
>> Jirka
>>
>
> Don't forget to change it in the HACKING as well ;)
That file is autogenerated from hacking.html.in ;)
NO WAY! Every day there's something to learn =)
Sorry for the confusion, Doug.
Martin