X-Git-Url: https://vaikene.ee/gitweb/highlight.css?a=blobdiff_plain;f=src%2Fmain%2FCLI%2Fmain.cpp;h=4e8fe7e0b606115889ed12b8fdec27cd84b48bfd;hb=0957525838e501a4609a15b8d7a765da43362025;hp=51d5f517adae79db24a1734e6241a7a8cb53da68;hpb=be0e791df48f5a8c9bb4c16f65b62e41e1149552;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; } }