]> vaikene.ee Git - evaf/blobdiff - src/main/GUI/main.cpp
Fixed compiler warning for unhandled Common::iLogger::Count value.
[evaf] / src / main / GUI / main.cpp
index 30f1500923177dd8da0545a2d1e18b582c310078..c30e7adba2eb2ae617bc49eedb0d5b417e10df2d 100644 (file)
@@ -234,7 +234,7 @@ bool Application::processCommandLine(int argc, char ** argv)
                     case Common::iLogger::Info:
                         Internal::ConsoleSeverityLevel = Common::iLogger::Debug;
                         break;
-                    case Common::iLogger::Debug:
+                    default:
                         break;
                 }
             }