summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorAaron Ballman <aaron@aaronballman.com>2013-07-27 03:35:44 +0000
committerAaron Ballman <aaron@aaronballman.com>2013-07-27 03:35:44 +0000
commitfb49c513ac41b157332a179970409320fce48a92 (patch)
tree0e8a50f6ef88e71bfedac7c0c92b44bc7faab2a4 /cmake
parent20f5541e01eb9f27fdfb719550578903359b2601 (diff)
downloadllvm-fb49c513ac41b157332a179970409320fce48a92.tar.gz
llvm-fb49c513ac41b157332a179970409320fce48a92.tar.bz2
llvm-fb49c513ac41b157332a179970409320fce48a92.tar.xz
Re-enabling a warning in MSVC mode now that r187292 fixed the only instance of the warning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187293 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'cmake')
-rw-r--r--cmake/modules/HandleLLVMOptions.cmake1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/modules/HandleLLVMOptions.cmake b/cmake/modules/HandleLLVMOptions.cmake
index 03b1578b6e..656321f0de 100644
--- a/cmake/modules/HandleLLVMOptions.cmake
+++ b/cmake/modules/HandleLLVMOptions.cmake
@@ -176,7 +176,6 @@ if( MSVC )
-wd4351 # Suppress 'new behavior: elements of array 'array' will be default initialized'
-wd4355 # Suppress ''this' : used in base member initializer list'
-wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
- -wd4551 # Suppress 'function call missing argument list'
-wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destructor is inaccessible'
-wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'