From c08e6c44304063ee61333154339c523ad2f7d6aa Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Mon, 9 Apr 2001 01:23:27 +0000 Subject: [PATCH] Work around new g++ problem. --- winsup/cygwin/dcrt0.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index fb5a31e99..45600884b 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -925,6 +925,7 @@ _dll_crt0 () default: if ((fork_info->type & PROC_MAGIC_MASK) == PROC_MAGIC_GENERIC) api_fatal ("conflicting versions of cygwin1.dll detected. Use only the most recent version.\n"); + break; } } dll_crt0_1 ();