[haiku-commits] r33604 - haiku/trunk/src/apps/debugger/user_interface/gui

  • From: stefano.ceccherini@xxxxxxxxx
  • To: haiku-commits@xxxxxxxxxxxxx
  • Date: Thu, 15 Oct 2009 23:01:57 +0200 (CEST)

Author: jackburton
Date: 2009-10-15 23:01:57 +0200 (Thu, 15 Oct 2009)
New Revision: 33604
Changeset: http://dev.haiku-os.org/changeset/33604/haiku

Modified:
   haiku/trunk/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp
Log:
Fix build with gcc4


Modified: 
haiku/trunk/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp
===================================================================
--- haiku/trunk/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp 
2009-10-15 19:11:38 UTC (rev 33603)
+++ haiku/trunk/src/apps/debugger/user_interface/gui/GraphicalUserInterface.cpp 
2009-10-15 21:01:57 UTC (rev 33604)
@@ -71,6 +71,7 @@
                        break;
                case USER_NOTIFICATION_WARNING:
                case USER_NOTIFICATION_ERROR:
+               default:
                        alertType = B_WARNING_ALERT;
                        break;
        }


Other related posts: