diff options
author | Christopher Faylor <me@cgf.cx> | 2001-04-09 01:23:27 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2001-04-09 01:23:27 +0000 |
commit | c08e6c44304063ee61333154339c523ad2f7d6aa (patch) | |
tree | 8055bb845eafd1a838b8b7da6ff96e34acbadd93 /winsup | |
parent | 4c1ce6d3a25123451f0c5d5ef5184fceda26bd06 (diff) | |
download | newlib-c08e6c44304063ee61333154339c523ad2f7d6aa.zip newlib-c08e6c44304063ee61333154339c523ad2f7d6aa.tar.gz newlib-c08e6c44304063ee61333154339c523ad2f7d6aa.tar.bz2 |
Work around new g++ problem.
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index fb5a31e..4560088 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 (); |