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

2009-01-16 Thread Jim Meyering
Paolo Bonzini wrote: > Jim Meyering wrote: >> Ok to apply this? > > Sure. I pushed Dan's change: http://git.savannah.gnu.org/gitweb/?p=gnulib.git;a=commitdiff;h=03ba7406f5e0 >> /* Tell gcc not to warn about the (nfd < 0) tests, below. */ >> #if (__GNUC__ == 4 && 3 <= __GNUC_MINOR__) || 4

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

2009-01-15 Thread Paolo Bonzini
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

[PATCH] poll: remove declarations of unused variables

2009-01-15 Thread Jim Meyering
Hi Paolo, Ok to apply this? >From f446bd3210c4c9e708fb91677f9855c80eb90353 Mon Sep 17 00:00:00 2001 From: Daniel P. Berrange Date: Thu, 15 Jan 2009 22:29:34 +0100 Subject: [PATCH] poll: remove declarations of unused variables * lib/poll.c (poll) [WIN32_NATIVE]: Remove declarations of unu