* external.cc (cygwin_internal): Avoid compiler warning.

This commit is contained in:
Corinna Vinschen
2005-05-17 08:46:41 +00:00
parent dce0c241ef
commit 0d5ba26ccd
2 changed files with 6 additions and 1 deletions

View File

@ -323,6 +323,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
try_to_debug ();
break;
default:
return (DWORD) -1;
break;
}
return (unsigned long) -1;
}