bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: compilation warning in error.c


From: Paul Eggert
Subject: Re: compilation warning in error.c
Date: Wed, 05 Nov 2014 13:48:38 -0800
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.2.0

On 11/05/2014 02:03 AM, Werner LEMBERG wrote:
it might be a programming error
Sure, but it might not be an error, and in fact in this case it is definitely not an error.

I suggest disabling the unwanted diagnostic instead. Something like this at the start of the file:

#if 4 < __GNUC__ + (3 <= __GNUC_MINOR__)
# pragma GCC diagnostic ignored "-Wformat-extra-args"
#endif




reply via email to

[Prev in Thread] Current Thread [Next in Thread]