fix -Wunused-parameter

This commit is contained in:
wmayer
2016-09-23 16:37:12 +02:00
parent d1b3cbed75
commit c48a9bfead
4 changed files with 16 additions and 2 deletions

View File

@@ -1392,6 +1392,7 @@ void messageHandler(QtMsgType type, const char *msg)
#endif
#else
// do not stress user with Qt internals but write to log file if enabled
Q_UNUSED(type);
Base::Console().Log("%s\n", msg);
#endif
}