summaryrefslogtreecommitdiff
path: root/time
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2011-03-19 12:17:02 +0000
committerJeff Trawick <trawick@apache.org>2011-03-19 12:17:02 +0000
commit0b764570f9ded99d8d85cc033545ebe4da78064a (patch)
tree9253eb02ee98593e0f37db5b03eeec4d228639ec /time
parenteb478010e910121da6dbaa07b4e53b11776bba81 (diff)
downloadapr-0b764570f9ded99d8d85cc033545ebe4da78064a.tar.gz
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
Diffstat (limited to 'time')
-rw-r--r--time/win32/timestr.c4
1 files changed, 2 insertions, 2 deletions
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