|
From: <sv...@va...> - 2008-04-26 18:14:44
|
Author: bart Date: 2008-04-26 19:14:34 +0100 (Sat, 26 Apr 2008) New Revision: 7924 Log: Suppress unavoidable warning during compilation of pth_cancel1.c. Modified: trunk/none/tests/Makefile.am Modified: trunk/none/tests/Makefile.am =================================================================== --- trunk/none/tests/Makefile.am 2008-04-26 11:03:42 UTC (rev 7923) +++ trunk/none/tests/Makefile.am 2008-04-26 18:14:34 UTC (rev 7924) @@ -165,6 +165,7 @@ 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 |