mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-04 02:18:37 +00:00
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:
parent
e04a1bbb64
commit
64a2d66bdf
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user