test-parse-datetime.c: accommodate a relatively strict gcc warning
authorJim Meyering <meyering@redhat.com>
Wed, 31 Aug 2011 14:43:29 +0000 (16:43 +0200)
committerJim Meyering <meyering@redhat.com>
Wed, 31 Aug 2011 14:43:29 +0000 (16:43 +0200)
commit8af631b398b3b97adc501810007d1d8eecffc8b0
treed3da9cd9e41446f67275c2f1b07704dfa3d08735
parentc2ecbc9a8262595b27f741e41375d06213a30fb6
test-parse-datetime.c: accommodate a relatively strict gcc warning

* tests/test-parse-datetime.c (gmt_offset): Declare function "static",
to avoid a warning from gcc's -Werror=missing-declarations.
Insert a few spaces-before-funcall-parenthesis.
ChangeLog
tests/test-parse-datetime.c