summaryrefslogtreecommitdiff
path: root/lib/msan/tests
diff options
context:
space:
mode:
authorAlexey Samsonov <vonosmas@gmail.com>2015-03-04 21:54:20 +0000
committerAlexey Samsonov <vonosmas@gmail.com>2015-03-04 21:54:20 +0000
commita9f1ed22f35f3cea91bba0d632a883eebe0d4f46 (patch)
treece21621550bd735b9b12adce65fe293f24c4f0bc /lib/msan/tests
parent7bee9be31cc1da5b2e5330fdb0fd7f05565f9966 (diff)
[Sanitizer] Fix/suppress compiler warnings in unit tests.
git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@231293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/msan/tests')
-rw-r--r--lib/msan/tests/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/msan/tests/CMakeLists.txt b/lib/msan/tests/CMakeLists.txt
index e008bd329..4bc825481 100644
--- a/lib/msan/tests/CMakeLists.txt
+++ b/lib/msan/tests/CMakeLists.txt
@@ -33,6 +33,7 @@ set(MSAN_UNITTEST_COMMON_CFLAGS
-Wno-deprecated-declarations
-Wno-unused-variable
-Wno-zero-length-array
+ -Wno-uninitialized
-Werror=sign-compare
)
set(MSAN_UNITTEST_INSTRUMENTED_CFLAGS