From b0b13fc523e022955325490b79d9d6cc798a7970 Mon Sep 17 00:00:00 2001
From: Brad Hefta-Gaub <brad@highfidelity.io>
Date: Wed, 6 Jan 2016 15:48:00 -0800
Subject: [PATCH] fix warning in stack manager

---
 stack-manager/src/AppDelegate.cpp | 2 ++
 1 file changed, 2 insertions(+)

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) {