]> vaikene.ee Git - evaf/blobdiff - src/main/CLI/main.cpp
Fixed compiler warning for unhandled Common::iLogger::Count value.
[evaf] / src / main / CLI / main.cpp
index 51d5f517adae79db24a1734e6241a7a8cb53da68..4e8fe7e0b606115889ed12b8fdec27cd84b48bfd 100644 (file)
@@ -178,7 +178,7 @@ bool Application::processCommandLine(int argc, char ** argv)
                     case Common::iLogger::Info:
                         consoleSeverityLevel = Common::iLogger::Debug;
                         break;
-                    case Common::iLogger::Debug:
+                    default:
                         break;
                 }
             }