fix compiler warnings

This commit is contained in:
Volker Fischer 2020-06-18 19:22:21 +02:00
parent e73b198f92
commit 86ddedb306

View File

@ -508,6 +508,9 @@ int main ( int argc, char** argv )
bUseGUI = false;
tsConsole << "No GUI support compiled. Running in headless mode." << endl;
}
Q_UNUSED ( bStartMinimized ) // avoid compiler warnings
Q_UNUSED ( bShowComplRegConnList ) // avoid compiler warnings
Q_UNUSED ( bShowAnalyzerConsole ) // avoid compiler warnings
#endif