Cleaned up some more warnings

This commit is contained in:
Phil Nash
2010-12-28 17:21:29 +00:00
parent 3000f6a3b1
commit 9a79ee7958
4 changed files with 7 additions and 7 deletions

View File

@@ -67,7 +67,7 @@ namespace Detail
template<typename T>
struct StringMaker<T, false>
{
static std::string apply( const T& value )
static std::string apply( const T& )
{
return "{?}";
}