mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
Fix compiler warnings.
This commit is contained in:
@@ -19,6 +19,8 @@
|
||||
|
||||
QValidator::State Int64Validator::validate(QString& input, int &pos) const
|
||||
{
|
||||
(void) pos;
|
||||
|
||||
if (input == "") {
|
||||
return QValidator::Acceptable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user