]> git.saurik.com Git - wxWidgets.git/commitdiff
Applied remainder of patch #876969: "Fixes to Borland warnings".
authorDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 28 Jan 2004 11:17:02 +0000 (11:17 +0000)
committerDimitri Schoolwerth <dimitri.schoolwerth@gmail.com>
Wed, 28 Jan 2004 11:17:02 +0000 (11:17 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@25405 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/msw/evtloop.cpp

index 1d52ec45f363f672b71d7209d47e9cd7e3fd2484..1909600fa739eaeef56c7a2b9e66c849de3abf3c 100644 (file)
@@ -332,7 +332,8 @@ int wxEventLoop::Run()
                     // there is none yet. OTOH, wxCATCH_ALL isn't
                     // expanded unless wxUSE_EXCEPTIONS, so its
                     // safe to use throw here.
-                    throw;  
+                    throw;
+                default:
                     break;
     }
         )