From: Bart Van Assche Date: Sat, 26 Apr 2008 18:14:34 +0000 (+0000) Subject: Suppress unavoidable warning during compilation of pth_cancel1.c. X-Git-Tag: svn/VALGRIND_3_4_0~699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61212ce1c91fd2d2059d8d9a778d942bff9745e5;p=thirdparty%2Fvalgrind.git Suppress unavoidable warning during compilation of pth_cancel1.c. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7924 --- diff --git a/none/tests/Makefile.am b/none/tests/Makefile.am index 2577e7c03d..bdb261302b 100644 --- a/none/tests/Makefile.am +++ b/none/tests/Makefile.am @@ -165,6 +165,7 @@ manythreads_LDADD = -lpthread mq_LDADD = -lrt pth_atfork1_LDADD = -lpthread pth_blockedsig_LDADD = -lpthread +pth_cancel1_CFLAGS = -Wno-shadow pth_cancel1_LDADD = -lpthread pth_cancel2_LDADD = -lpthread pth_cvsimple_LDADD = -lpthread