[nostalgia] Enable and fix -Wextra warnings

This commit is contained in:
2019-03-30 17:30:56 -05:00
parent 5afe78d015
commit 23b662c2aa
9 changed files with 22 additions and 24 deletions
+2 -2
View File
@@ -190,7 +190,7 @@ QAction *MainWindow::addAction(QMenu *menu, QString text, QString toolTip,
return action;
}
int MainWindow::readState(QString path) {
int MainWindow::readState(QString) {
int err = 0;
QSettings settings(m_profile.orgName, m_profile.appName);
@@ -206,7 +206,7 @@ int MainWindow::readState(QString path) {
return err;
}
int MainWindow::writeState(QString path) {
int MainWindow::writeState(QString) {
int err = 0;
// generate JSON for application specific state info