diff --git a/stack-manager/src/AppDelegate.cpp b/stack-manager/src/AppDelegate.cpp index 61d6a8ee48..c2d629faee 100644 --- a/stack-manager/src/AppDelegate.cpp +++ b/stack-manager/src/AppDelegate.cpp @@ -77,6 +77,8 @@ void myMessageHandler(QtMsgType type, const QMessageLogContext &context, const Q fprintf(stdout, "Fatal: %s\n", qPrintable(msg)); txt += msg; break; + default: + break; } if (outStream) {