bug-grep
[Top][All Lists]
Advanced

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

Re: avoid gcc 4.6.2 'may be used before set' warnings in dfa.c


From: Aharon Robbins
Subject: Re: avoid gcc 4.6.2 'may be used before set' warnings in dfa.c
Date: Wed, 22 Feb 2012 22:59:03 +0200
User-agent: Heirloom mailx 12.4 7/29/08

Hi.

> That's the problem.
> If this definition from dfa.h can be improved, please report
> the details of the offending compiler:
>
>   #if __GNUC__ < 2 || (__GNUC__ == 2 && __GNUC_MINOR__ < 6) || __STRICT_ANSI__
>   # define __attribute__(x)
>   #endif

I have sent out a query to my testers list and will let you know.

Thanks,

Arnold



reply via email to

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