aboutsummaryrefslogtreecommitdiff
path: root/none
diff options
context:
space:
mode:
authorflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-02 15:47:33 +0000
committerflorian <florian@a5019735-40e9-0310-863c-91ae7b9d1cf9>2015-09-02 15:47:33 +0000
commit7161e335dafa8c44c7ccd988a2c910eb0da2200a (patch)
tree63cec5b19d4ee6663ea0c8339432b0eca54af099 /none
parent8536a414da87be1af6db64e7b1f7b62fc421661c (diff)
downloadvalgrind-7161e335dafa8c44c7ccd988a2c910eb0da2200a.tar.gz
Suppress unwanted clang 3.7 warnings.
Fix undefined behaviour in perf/tinycc.c git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15616 a5019735-40e9-0310-863c-91ae7b9d1cf9
Diffstat (limited to 'none')
-rw-r--r--none/tests/linux/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/none/tests/linux/Makefile.am b/none/tests/linux/Makefile.am
index 9eb61bf2b..f407cb473 100644
--- a/none/tests/linux/Makefile.am
+++ b/none/tests/linux/Makefile.am
@@ -37,4 +37,5 @@ AM_CXXFLAGS += $(AM_FLAG_M3264_PRI)
# Special needs
pthread_stack_LDADD = -lpthread
-stack_overflow_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@
+stack_overflow_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@ \
+ @FLAG_W_NO_INFINITE_RECURSION@