From: Bart Van Assche Date: Thu, 1 May 2008 15:38:05 +0000 (+0000) Subject: Removed -Wextra since this option has another name in gcc 3.0 (-W). X-Git-Tag: svn/VALGRIND_3_4_0~658 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a1f59b867eeb7d651b2232635f8bbf6477c6723b;p=thirdparty%2Fvalgrind.git Removed -Wextra since this option has another name in gcc 3.0 (-W). git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7979 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index 7cc850acbb..a32b0ecf51 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -144,7 +144,7 @@ EXTRA_DIST = \ tc24_nonzero_sem.vgtest \ trylock.c trylock.stderr.exp -AM_CFLAGS = $(WERROR) -Wall -Wextra -Wshadow -Wno-unused-parameter \ +AM_CFLAGS = $(WERROR) -Wall -Wshadow -Wno-unused-parameter \ -g $(AM_FLAG_M3264_PRI) -DVGA_$(VG_ARCH)=1 -DVGO_$(VG_OS)=1 \ -DVGP_$(VG_ARCH)_$(VG_OS)=1 AM_CPPFLAGS = -I$(top_srcdir) -I$(top_srcdir)/include \