diff --git a/src/valhex.cpp b/src/valhex.cpp index 8add4f1..5bf25b1 100644 --- a/src/valhex.cpp +++ b/src/valhex.cpp @@ -38,7 +38,7 @@ wxHexValidatorBase::wxHexValidatorBase(const wxHexValidatorBase& other) : } -bool wxHexValidatorBase::IsMinusOk(const wxString& val, int pos) const +bool wxHexValidatorBase::IsMinusOk(const wxString& /*val*/, int /*pos*/) const { // Minus is never OK with hexadecimal numbers. return false;