bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] poll: remove declarations of unused variables


From: Paolo Bonzini
Subject: Re: [PATCH] poll: remove declarations of unused variables
Date: Thu, 15 Jan 2009 23:47:29 +0100
User-agent: Thunderbird 2.0.0.19 (Macintosh/20081209)

Jim Meyering wrote:
> Hi Paolo,
> 
> Ok to apply this?

Sure.

>   /* Tell gcc not to warn about the (nfd < 0) tests, below.  */
>   #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4 < __GNUC__
>   # pragma GCC diagnostic ignored "-Wtype-limits"
>   #endif

Ok too for this particular case, of course not for -Wunused.

Paolo





reply via email to

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