From 6ed23c25c3eb2a9e4fd3f35754d9ec083278e595 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Nusser?= Date: Mon, 17 Apr 2017 23:55:51 +0200 Subject: Fix FreeBSD64 compile error. --- plugingui/mainwindow.cc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugingui/mainwindow.cc b/plugingui/mainwindow.cc index 12da08b..0cdb1b8 100644 --- a/plugingui/mainwindow.cc +++ b/plugingui/mainwindow.cc @@ -42,6 +42,9 @@ MainWindow::MainWindow(Settings& settings, void* native_window) , settings_notifier(settings) , main_tab(this, settings, settings_notifier) { + // FIXME: remove this when settings are actually used in this class + (void)settings; + CONNECT(this, sizeChangeNotifier, this, &MainWindow::sizeChanged); CONNECT(eventHandler(), closeNotifier, this, &MainWindow::closeEventHandler); -- cgit v1.2.3