From 8f8275733ce7c2a9e134dd455b3c3dad402ad3f1 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Fri, 17 Feb 2012 14:30:35 -0600 Subject: Fixes for variable shadowing (26/28) --- src/times.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/times.cc') diff --git a/src/times.cc b/src/times.cc index 7fc9c21e..d44dd409 100644 --- a/src/times.cc +++ b/src/times.cc @@ -92,8 +92,7 @@ namespace { #endif // USE_BOOST_FACETS } - T parse(const char * str) { - } + T parse(const char *) {} std::string format(const T& when) { #if defined(USE_BOOST_FACETS) -- cgit v1.2.3