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; }