summaryrefslogtreecommitdiff
path: root/src/times.cc
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2012-02-17 14:30:35 -0600
committerJohn Wiegley <johnw@newartisans.com>2012-02-17 15:06:29 -0600
commit8f8275733ce7c2a9e134dd455b3c3dad402ad3f1 (patch)
tree6cbe368e4c1f4cefc2a22bc0271f29c494745164 /src/times.cc
parentb4c870ace26d56983354ddfe420d9b1b9ef450ad (diff)
downloadfork-ledger-8f8275733ce7c2a9e134dd455b3c3dad402ad3f1.tar.gz
fork-ledger-8f8275733ce7c2a9e134dd455b3c3dad402ad3f1.tar.bz2
fork-ledger-8f8275733ce7c2a9e134dd455b3c3dad402ad3f1.zip
Fixes for variable shadowing (26/28)
Diffstat (limited to 'src/times.cc')
-rw-r--r--src/times.cc3
1 files changed, 1 insertions, 2 deletions
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)