mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Removed -Wextra since this option has another name in gcc 3.0 (-W).
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7979
This commit is contained in:
parent
23b39c80a6
commit
a1f59b867e
@ -144,7 +144,7 @@ EXTRA_DIST = \
|
||||
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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user