Cleanup: Prep for '-Wextra'

This commit is contained in:
Paul Beckingham 2015-10-16 16:27:05 -04:00
parent 84be60fdca
commit a82558064b
23 changed files with 48 additions and 54 deletions

View file

@ -39,7 +39,7 @@ Context context;
////////////////////////////////////////////////////////////////////////////////
// Constants.
bool get (const std::string& name, Variant& value)
bool get (const std::string&, Variant&)
{
/*
// An example, although a bad one because this is supported by default.