From 543e9661422501fd716a7690faff37cf509de2c3 Mon Sep 17 00:00:00 2001 From: Alexey Samsonov Date: Mon, 23 Mar 2015 23:29:39 +0000 Subject: [PATCH] [TSan] Disable noisy GCC warning. llvm-svn: 233038 --- compiler-rt/lib/tsan/Makefile.old | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler-rt/lib/tsan/Makefile.old b/compiler-rt/lib/tsan/Makefile.old index 9e0693fa04c4..71df4ba6648f 100644 --- a/compiler-rt/lib/tsan/Makefile.old +++ b/compiler-rt/lib/tsan/Makefile.old @@ -4,6 +4,7 @@ CXXFLAGS = -std=c++11 -fPIE -fno-rtti -g -Wall -Werror \ -DGTEST_HAS_RTTI=0 -DSANITIZER_DEBUG=$(DEBUG) CLANG=clang FILECHECK=FileCheck +CXXFLAGS += -Wno-maybe-uninitialized # Silence warnings that Clang produces for gtest code. # Use -Wno-attributes so that gcc doesn't complain about unknown warning types. CXXFLAGS += -Wno-attributes