[TSan] Disable noisy GCC warning.

llvm-svn: 233038
This commit is contained in:
Alexey Samsonov 2015-03-23 23:29:39 +00:00
parent cd019f3655
commit 543e966142
1 changed files with 1 additions and 0 deletions

View File

@ -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