[PATCH] D61730: [cmake] Remove MSVC C4800 override

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 10 03:22:55 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL360417: [cmake] Remove MSVC C4800 override (authored by RKSimon, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D61730?vs=198810&id=198998#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D61730/new/

https://reviews.llvm.org/D61730

Files:
  llvm/trunk/cmake/modules/HandleLLVMOptions.cmake


Index: llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
===================================================================
--- llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
+++ llvm/trunk/cmake/modules/HandleLLVMOptions.cmake
@@ -519,7 +519,6 @@
       -wd4503 # Suppress ''identifier' : decorated name length exceeded, name was truncated'
       -wd4624 # Suppress ''derived class' : destructor could not be generated because a base class destructor is inaccessible'
       -wd4722 # Suppress 'function' : destructor never returns, potential memory leak
-      -wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
       -wd4100 # Suppress 'unreferenced formal parameter'
       -wd4127 # Suppress 'conditional expression is constant'
       -wd4512 # Suppress 'assignment operator could not be generated'


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D61730.198998.patch
Type: text/x-patch
Size: 850 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190510/a0841bd1/attachment.bin>


More information about the llvm-commits mailing list