From 86ddedb3069aa2cbaec7c094cad5e488e697e021 Mon Sep 17 00:00:00 2001 From: Volker Fischer Date: Thu, 18 Jun 2020 19:22:21 +0200 Subject: [PATCH] fix compiler warnings --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/main.cpp b/src/main.cpp index 9a19c85f..8acd1a43 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -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