Unreferenced parameters warning resolved
This commit is contained in:
parent
3bd75b9735
commit
d604e81604
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user