]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000...
authorBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 06:44:30 +0000 (06:44 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 06:44:30 +0000 (06:44 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8039

exp-drd/tests/Makefile.am

index 5a80f6795541fa6297d9ddda68d681dd2a170d0a..59e1ab59d450ac1191680444807342ce6b8c73d3 100644 (file)
@@ -148,7 +148,7 @@ EXTRA_DIST =                                        \
        tc24_nonzero_sem.vgtest                     \
        trylock.stderr.exp
 
-AM_CFLAGS   = $(WERROR) -Wall -Wshadow -Wno-unused-parameter -Winline\
+AM_CFLAGS   = $(WERROR) -Wall @FLAG_W_EXTRA@ -Winline -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 \
@@ -216,7 +216,8 @@ endif
 
 
 drd_bitmap_test_SOURCES     = drd_bitmap_test.c
-drd_bitmap_test_CFLAGS      = $(AM_CFLAGS) -O2 -finline-limit=100000
+drd_bitmap_test_CFLAGS      = $(AM_CFLAGS) -O2 \
+                              @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@
 
 fp_race_SOURCES             = fp_race.c
 fp_race_LDADD               = -lpthread