bug-gnulib
[Top][All Lists]
Advanced

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

Re: [PATCH] test-parse-datetime.c: accommodate a relatively strict gcc w


From: Eric Blake
Subject: Re: [PATCH] test-parse-datetime.c: accommodate a relatively strict gcc warning
Date: Wed, 31 Aug 2011 08:47:33 -0600
User-agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.20) Gecko/20110817 Fedora/3.1.12-1.fc14 Lightning/1.0b3pre Mnenhy/0.8.3 Thunderbird/3.1.12

On 08/31/2011 08:44 AM, Jim Meyering wrote:
@@ -93,21 +93,21 @@ tm_diff (struct tm const *a, struct tm const *b)
  }
  #endif /* ! HAVE_TM_GMTOFF */

-long
-gmt_offset()
+static long
+gmt_offset ()

Shouldn't this be:

static long
gmt_offset (void)

to avoid yet more warnings about K&R declaration syntax?

--
Eric Blake   address@hidden    +1-801-349-2682
Libvirt virtualization library http://libvirt.org



reply via email to

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