* external.cc (cygwin_internal): Avoid compiler warning.
This commit is contained in:
parent
dce0c241ef
commit
0d5ba26ccd
|
@ -1,3 +1,7 @@
|
||||||
|
2005-05-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
|
* external.cc (cygwin_internal): Avoid compiler warning.
|
||||||
|
|
||||||
2005-05-16 Christopher Faylor <cgf@timesys.com>
|
2005-05-16 Christopher Faylor <cgf@timesys.com>
|
||||||
|
|
||||||
* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically
|
* dcrt0.cc (dll_crt0_0): Don't do fixup_after_exec if dynamically
|
||||||
|
|
|
@ -323,6 +323,7 @@ cygwin_internal (cygwin_getinfo_types t, ...)
|
||||||
try_to_debug ();
|
try_to_debug ();
|
||||||
break;
|
break;
|
||||||
default:
|
default:
|
||||||
return (DWORD) -1;
|
break;
|
||||||
}
|
}
|
||||||
|
return (unsigned long) -1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue