> Le 24 oct. 2019 à 23:27, Paul Eggert <egg...@cs.ucla.edu> a écrit :
> 
> On 10/24/19 9:04 AM, Akim Demaille wrote:
>> +/* Seehttps://lists.gnu.org/archive/html/bug-bison/2019-10/msg00061.html. */
>> +#if defined __GNUC__ && ! defined __clang__ && ! defined __ICC && __GNUC__ 
>> < 5
>> +/* Suppress an incorrect diagnostic about yylval being uninitialized.  */
>> +# define IGNORE_TYPE_LIMITS_BEGIN \
>> +    _Pragma ("GCC diagnostic push") \
>> +    _Pragma ("GCC diagnostic ignored \"-Wtype-limits\"")
> 
> The comment doesn't look right there, as -Wtype-limits is not about 
> initialization.

:(

Thanks Paul, I removed it.

Reply via email to