diff options
author | Christopher Faylor <me@cgf.cx> | 2003-02-08 02:56:49 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2003-02-08 02:56:49 +0000 |
commit | 9cca06eea1c41b643d102bd00b121df86b12ec5f (patch) | |
tree | 44c8696fec6f39fbe7e46de8984902ca4bcdca1b /winsup/testsuite/winsup.api/pthread/cancel12.c | |
parent | 3202ad2b9e81df3bd61afa56fd2622e115b334c3 (diff) | |
download | cygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.tar.gz cygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.tar.bz2 cygnal-9cca06eea1c41b643d102bd00b121df86b12ec5f.zip |
* libltp/lib/parse_opts.c: Deal with C warnings.
* winsup.api/pthread/cancel12.c: Ditto.
* winsup.api/winsup.exp: Don't use -g3.
Diffstat (limited to 'winsup/testsuite/winsup.api/pthread/cancel12.c')
-rw-r--r-- | winsup/testsuite/winsup.api/pthread/cancel12.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/testsuite/winsup.api/pthread/cancel12.c b/winsup/testsuite/winsup.api/pthread/cancel12.c index f1c64e39c..12273d676 100644 --- a/winsup/testsuite/winsup.api/pthread/cancel12.c +++ b/winsup/testsuite/winsup.api/pthread/cancel12.c @@ -58,7 +58,6 @@ static void *Thread(void *punused) int main (void) { - void *old_sigh; void * result; pthread_t t; |