X-Git-Url: https://vaikene.ee/gitweb/gitweb.cgi?a=blobdiff_plain;f=src%2Fmain%2FGUI%2Fmain.cpp;fp=src%2Fmain%2FGUI%2Fmain.cpp;h=c30e7adba2eb2ae617bc49eedb0d5b417e10df2d;hb=e4bcb978b8042617a80cbf1ab74a3251a4caf1d8;hp=30f1500923177dd8da0545a2d1e18b582c310078;hpb=6490924aa3d05fe32a3437fbd6cdde289a6a9a6b;p=evaf diff --git a/src/main/GUI/main.cpp b/src/main/GUI/main.cpp index 30f1500..c30e7ad 100644 --- a/src/main/GUI/main.cpp +++ b/src/main/GUI/main.cpp @@ -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; } }