diff options
Diffstat (limited to 'subsurface-desktop-main.cpp')
-rw-r--r-- | subsurface-desktop-main.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/subsurface-desktop-main.cpp b/subsurface-desktop-main.cpp index af835f5f2..a1d2dcb28 100644 --- a/subsurface-desktop-main.cpp +++ b/subsurface-desktop-main.cpp @@ -220,9 +220,8 @@ exit: } // install this message handler primarily so that the Windows build can log to files -void messageHandler(QtMsgType type, const QMessageLogContext &ctx, const QString &msg) +void messageHandler(QtMsgType type, const QMessageLogContext&, const QString &msg) { - Q_UNUSED(ctx); QByteArray localMsg = msg.toUtf8(); switch (type) { case QtDebugMsg: |