]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed -Wextra since this option has another name in gcc 3.0 (-W).
authorBart Van Assche <bvanassche@acm.org>
Thu, 1 May 2008 15:38:05 +0000 (15:38 +0000)
committerBart Van Assche <bvanassche@acm.org>
Thu, 1 May 2008 15:38:05 +0000 (15:38 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7979

exp-drd/tests/Makefile.am

index 7cc850acbb59c97714ad01e89defd0e4c7528eae..a32b0ecf5107a6b43430cb15eb8246c268784c6d 100644 (file)
@@ -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 \