From 249171e15cdd30bc16850ca3791de133a0afd8fa Mon Sep 17 00:00:00 2001 From: Florian Krohm Date: Sun, 9 Aug 2015 08:54:27 +0000 Subject: [PATCH] Fix another GCC 5.1 warning. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@15512 --- none/tests/linux/Makefile.am | 2 ++ 1 file changed, 2 insertions(+) diff --git a/none/tests/linux/Makefile.am b/none/tests/linux/Makefile.am index 44b5ace94c..9eb61bf2b9 100644 --- a/none/tests/linux/Makefile.am +++ b/none/tests/linux/Makefile.am @@ -36,3 +36,5 @@ AM_CXXFLAGS += $(AM_FLAG_M3264_PRI) # Special needs pthread_stack_LDADD = -lpthread + +stack_overflow_CFLAGS = $(AM_CFLAGS) @FLAG_W_NO_UNINITIALIZED@ -- 2.47.2