From: Jerry D. Hedden Date: Tue, 13 Jan 2009 15:59:28 +0000 (+0000) Subject: Silence time64.c build warning X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=554fcfb9c528bd89c67e10aef0070471542c0ebe;p=p5sagit%2Fp5-mst-13.2.git Silence time64.c build warning Silence the following build warning: time64.c:169: warning: 'check_tm' defined but not used Message-ID: <1ff86f510901081219q4f5f25a3od89c4e5ac03e8664@mail.gmail.com> --- diff --git a/time64.c b/time64.c old mode 100644 new mode 100755 index 5783d5a..0f58812 --- a/time64.c +++ b/time64.c @@ -165,6 +165,7 @@ Time64_T timegm64(struct TM *date) { } +#ifdef DEBUGGING static int check_tm(struct TM *tm) { /* Don't forget leap seconds */ @@ -196,6 +197,7 @@ static int check_tm(struct TM *tm) return 1; } +#endif /* The exceptional centuries without leap years cause the cycle to