fix compiler warnings
This commit is contained in:
parent
e73b198f92
commit
86ddedb306
1 changed files with 3 additions and 0 deletions
|
@ -508,6 +508,9 @@ int main ( int argc, char** argv )
|
||||||
bUseGUI = false;
|
bUseGUI = false;
|
||||||
tsConsole << "No GUI support compiled. Running in headless mode." << endl;
|
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
|
#endif
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue