|
From: <sv...@va...> - 2011-06-16 11:39:15
|
Author: sewardj Date: 2011-06-16 12:34:25 +0100 (Thu, 16 Jun 2011) New Revision: 2162 Log: Reduce warning noise (make it in line with main Valgrind build) Modified: trunk/Makefile-gcc Modified: trunk/Makefile-gcc =================================================================== --- trunk/Makefile-gcc 2011-06-15 19:06:36 UTC (rev 2161) +++ trunk/Makefile-gcc 2011-06-16 11:34:25 UTC (rev 2162) @@ -87,6 +87,7 @@ CCFLAGS = -Wall -Wmissing-prototypes -Wshadow \ -Wpointer-arith -Wbad-function-cast -Wcast-qual \ -Wcast-align -Wmissing-declarations \ + -Wno-pointer-sign \ $(EXTRA_CFLAGS) -g -O2 -fstrict-aliasing #CC = icc |