X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fmain%2FCLI%2Fmain.cpp;h=4e8fe7e0b606115889ed12b8fdec27cd84b48bfd;hb=e4bcb978b8042617a80cbf1ab74a3251a4caf1d8;hp=51d5f517adae79db24a1734e6241a7a8cb53da68;hpb=6490924aa3d05fe32a3437fbd6cdde289a6a9a6b;p=evaf diff --git a/src/main/CLI/main.cpp b/src/main/CLI/main.cpp index 51d5f51..4e8fe7e 100644 --- a/src/main/CLI/main.cpp +++ b/src/main/CLI/main.cpp @@ -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; } }