]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsupp...
authorBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 18:30:29 +0000 (18:30 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 11 May 2008 18:30:29 +0000 (18:30 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@8045

exp-drd/Makefile.am
exp-drd/tests/Makefile.am

index 5a5c07e68790d07aeef108409797422b0c17888e..45ca3224ffe9b155e7f0808e81f34d58ba842cce 100644 (file)
@@ -27,7 +27,7 @@ VGPRELOAD_DRD_SOURCES_COMMON = drd_pthread_intercepts.c
 endif
 
 DRD_CFLAGS=@FLAG_W_EXTRA@ @FLAG_UNLIMITED_INLINE_UNIT_GROWTH@ \
-           -Winline -Wno-unused-parameter \
+           -Wno-unused-parameter \
            -O2 -DCHECK_FORMAT_STRINGS
 
 AM_CFLAGS_X86_LINUX   += $(DRD_CFLAGS)
index 59e1ab59d450ac1191680444807342ce6b8c73d3..4ccb60063401decf13e7c2f0cf8feb0f760e9902 100644 (file)
@@ -148,7 +148,7 @@ EXTRA_DIST =                                        \
        tc24_nonzero_sem.vgtest                     \
        trylock.stderr.exp
 
-AM_CFLAGS   = $(WERROR) -Wall @FLAG_W_EXTRA@ -Winline -Wno-unused-parameter\
+AM_CFLAGS   = $(WERROR) -Wall @FLAG_W_EXTRA@ -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 \