quiet down some build warnings with Qt under OSX clang++
This commit is contained in:
@@ -62,7 +62,7 @@ NetHackQtSavedGameSelector::NetHackQtSavedGameSelector(const char** saved) :
|
||||
QGroupBox* box = new QGroupBox("Saved Characters",this);
|
||||
QButtonGroup *bg = new QButtonGroup(this);
|
||||
vbl->addWidget(box);
|
||||
QVBoxLayout *bgl = new QVBoxLayout(box);
|
||||
QVBoxLayout *bgl UNUSED = new QVBoxLayout(box);
|
||||
connect(bg, SIGNAL(buttonPressed(int)), this, SLOT(done(int)));
|
||||
for (int i=0; saved[i]; i++) {
|
||||
QPushButton* b = new QPushButton(saved[i],box);
|
||||
|
||||
Reference in New Issue
Block a user