From 51f2ac86471fd30e30d2baf45c3616193be1cf30 Mon Sep 17 00:00:00 2001 From: Stefano Ceccherini Date: Thu, 15 Oct 2009 21:01:57 +0000 Subject: [PATCH] Fix build with gcc4 git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@33604 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp b/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp index c5f061d8ff..655537814f 100644 --- a/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp +++ b/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp @@ -71,6 +71,7 @@ GraphicalUserInterface::NotifyUser(const char* title, const char* message, break; case USER_NOTIFICATION_WARNING: case USER_NOTIFICATION_ERROR: + default: alertType = B_WARNING_ALERT; break; }