* libltp/lib/parse_opts.c: Deal with C warnings.

* winsup.api/pthread/cancel12.c: Ditto.
* winsup.api/winsup.exp: Don't use -g3.
This commit is contained in:
Christopher Faylor
2003-02-08 02:56:49 +00:00
parent 3202ad2b9e
commit 9cca06eea1
5 changed files with 29 additions and 21 deletions

View File

@@ -58,7 +58,6 @@ static void *Thread(void *punused)
int main (void)
{
void *old_sigh;
void * result;
pthread_t t;

View File

@@ -48,7 +48,7 @@ foreach src [glob -nocomplain $srcdir/$subdir/*.c $srcdir/$subdir/*/*.c] {
clear_xfail
}
ws_spawn "$CC -g3 -nodefaultlibs -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/new-libcygwin.a -lkernel32 -luser32 -o $base.exe"
ws_spawn "$CC -nodefaultlibs -mwin32 $CFLAGS $src $add_includes $add_libs $runtime_root/binmode.o -lgcc $runtime_root/new-libcygwin.a -lkernel32 -luser32 -o $base.exe"
if { $rv != "" } {
verbose -log "$rv"
fail "$testcase (compile)"