From: Bart Van Assche Date: Sun, 11 May 2008 06:44:30 +0000 (+0000) Subject: Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000... X-Git-Tag: svn/VALGRIND_3_4_0~600 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8aabb0d4780a3abd1b24a56c30fa5b25246b987;p=thirdparty%2Fvalgrind.git Added compiler flag -Wextra for all regression tests. Replaced -finline-limit=100000 by --param inline-unit-growth=900 for drd_bitmap_test. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8039 --- diff --git a/exp-drd/tests/Makefile.am b/exp-drd/tests/Makefile.am index 5a80f67955..59e1ab59d4 100644 --- a/exp-drd/tests/Makefile.am +++ b/exp-drd/tests/Makefile.am @@ -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