Fixes for variable shadowing (26/28)
This commit is contained in:
parent
b4c870ace2
commit
8f8275733c
1 changed files with 1 additions and 2 deletions
|
|
@ -92,8 +92,7 @@ namespace {
|
||||||
#endif // USE_BOOST_FACETS
|
#endif // USE_BOOST_FACETS
|
||||||
}
|
}
|
||||||
|
|
||||||
T parse(const char * str) {
|
T parse(const char *) {}
|
||||||
}
|
|
||||||
|
|
||||||
std::string format(const T& when) {
|
std::string format(const T& when) {
|
||||||
#if defined(USE_BOOST_FACETS)
|
#if defined(USE_BOOST_FACETS)
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue