From 0b764570f9ded99d8d85cc033545ebe4da78064a Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Sat, 19 Mar 2011 12:17:02 +0000 Subject: clean up some low hanging gcc warnings on Win git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1083169 13f79535-47bb-0310-9956-ffa450edef68 --- time/win32/timestr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'time') diff --git a/time/win32/timestr.c b/time/win32/timestr.c index c28f8e799..138412352 100644 --- a/time/win32/timestr.c +++ b/time/win32/timestr.c @@ -124,8 +124,8 @@ APR_DECLARE(apr_status_t) apr_ctime(char *date_str, apr_time_t t) #ifndef _WIN32_WCE -apr_size_t win32_strftime_extra(char *s, size_t max, const char *format, - const struct tm *tm) +static apr_size_t win32_strftime_extra(char *s, size_t max, const char *format, + const struct tm *tm) { /* If the new format string is bigger than max, the result string won't fit * anyway. If format strings are added, made sure the padding below is -- cgit v1.2.1