|
From: <sv...@va...> - 2008-05-11 18:30:32
|
Author: bart
Date: 2008-05-11 19:30:29 +0100 (Sun, 11 May 2008)
New Revision: 8045
Log:
Removed -Winline since this option lets gcc 4.3.1 print some uninteresting and unsuppressable warning messages.
Modified:
trunk/exp-drd/Makefile.am
trunk/exp-drd/tests/Makefile.am
Modified: trunk/exp-drd/Makefile.am
===================================================================
--- trunk/exp-drd/Makefile.am 2008-05-11 12:24:01 UTC (rev 8044)
+++ trunk/exp-drd/Makefile.am 2008-05-11 18:30:29 UTC (rev 8045)
@@ -27,7 +27,7 @@
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)
Modified: trunk/exp-drd/tests/Makefile.am
===================================================================
--- trunk/exp-drd/tests/Makefile.am 2008-05-11 12:24:01 UTC (rev 8044)
+++ trunk/exp-drd/tests/Makefile.am 2008-05-11 18:30:29 UTC (rev 8045)
@@ -148,7 +148,7 @@
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 \
|