quiet down some build warnings with Qt under OSX clang++

This commit is contained in:
nhmall
2020-07-17 18:37:07 -04:00
parent 84b598e489
commit f6b4306ce6
16 changed files with 55 additions and 50 deletions

View File

@@ -30,7 +30,7 @@ NetHackQtLineEdit::NetHackQtLineEdit() :
{
}
NetHackQtLineEdit::NetHackQtLineEdit(QWidget* parent, const char* name) :
NetHackQtLineEdit::NetHackQtLineEdit(QWidget* parent, const char* name UNUSED) :
QLineEdit(parent)
{
}