|
From: <sv...@va...> - 2008-05-01 15:38:03
|
Author: bart
Date: 2008-05-01 16:38:05 +0100 (Thu, 01 May 2008)
New Revision: 7979
Log:
Removed -Wextra since this option has another name in gcc 3.0 (-W).
Modified:
trunk/exp-drd/tests/Makefile.am
Modified: trunk/exp-drd/tests/Makefile.am
===================================================================
--- trunk/exp-drd/tests/Makefile.am 2008-05-01 15:00:16 UTC (rev 7978)
+++ trunk/exp-drd/tests/Makefile.am 2008-05-01 15:38:05 UTC (rev 7979)
@@ -144,7 +144,7 @@
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 \
|