tEnable compilation with latest Cygwin release. - vaccinewars - be a doctor and try to vaccinate the world
git clone git://src.adamsgaard.dk/vaccinewars
Log
Files
Refs
README
LICENSE
---
commit f66e5aa337c8d4777006f2e2d5bbcee1fe4420d4
parent dc922d3e889adf1a97e9cd0cbf4f7472813e6a16
Author: Ben Webb 
Date:   Sat, 22 Oct 2005 17:45:42 +0000

Enable compilation with latest Cygwin release.


Diffstat:
  M src/gtkport/gtkport.c               |       2 +-

1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/gtkport/gtkport.c b/src/gtkport/gtkport.c
t@@ -5314,7 +5314,7 @@ gint GtkMessageBox(GtkWidget *parent, const gchar *Text,
     Options |= MB_ICONERROR; break;
   case GTK_MESSAGE_QUESTION:
     Options |= MB_ICONQUESTION; break;
-  default:
+  default: break;
   }
 
   retval = myMessageBox(parent && parent->hWnd ? parent->hWnd : NULL,