Fix an unused variable warning.

This commit is contained in:
Unknown W. Brackets 2014-04-27 20:17:36 -07:00
parent 5f6a2e498a
commit 42d5da633a

View File

@ -827,7 +827,7 @@ public:
return true;
}
}
catch (std::invalid_argument& e)//if any of the stoull conversion fail
catch (std::invalid_argument&)//if any of the stoull conversion fail
{
return false;
}