From 1fdf4a3ab5d9807b44560002ea2a63b6a9b31f3b Mon Sep 17 00:00:00 2001 From: HumanDynamo Date: Fri, 10 Sep 2010 13:19:09 +0000 Subject: [PATCH] fix GCC4.5.1 warnings --- src/localtime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/localtime.c b/src/localtime.c index 502ae9d3..97d74ed2 100644 --- a/src/localtime.c +++ b/src/localtime.c @@ -898,7 +898,7 @@ struct state * const sp; static void localsub(timep, offset, tmp) const time_t * const timep; -const long offset; +const long offset=0; struct tm * const tmp; { register struct state * sp;