fix some more -wall warnings.

This commit is contained in:
James Jensen 2016-03-11 14:58:12 -05:00
parent ade9662e1f
commit f3eb9edb7b

View File

@ -360,17 +360,17 @@ public:
return false;
}
bool getBool(bool &result) const
bool getBool(bool &) const
{
return false;
}
bool getDouble(double &result) const
bool getDouble(double &) const
{
return false;
}
bool getInteger(int64_t &result) const
bool getInteger(int64_t &) const
{
return false;
}