Silence compiler warnings triggered by certain regression tests programs and that we are not interested in.

git-svn-id: svn://svn.valgrind.org/valgrind/trunk@11758
This commit is contained in:
Bart Van Assche 2011-05-15 17:06:33 +00:00
parent e04a1bbb64
commit 64a2d66bdf
3 changed files with 6 additions and 0 deletions

View File

@ -274,6 +274,10 @@ deep_templates_CXXFLAGS = $(AM_CFLAGS) -O -gstabs
error_counts_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
execve_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
execve2_CFLAGS = $(AM_CFLASG) @FLAG_W_NO_NONNULL@
inits_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
long_namespace_xml_SOURCES = long_namespace_xml.cpp

View File

@ -214,6 +214,7 @@ AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
# Extra stuff for C tests
ansi_CFLAGS = $(AM_CFLAGS) -ansi
execve_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_NONNULL@
floored_LDADD = -lm
manythreads_LDADD = -lpthread
if VGCONF_OS_IS_DARWIN

View File

@ -120,6 +120,7 @@ endif
cpuid_SOURCES = cpuid_c.c cpuid_s.S
# fpu_lazy_eflags must use these flags -- the bug only occurred with them.
fpu_lazy_eflags_CFLAGS = $(AM_CFLAGS) -O2 -march=pentiumpro
fxtract_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_OVERFLOW@
fxtract_LDADD = -lm
insn_basic_SOURCES = insn_basic.def
insn_basic_LDADD = -lm