Skip to content

Commit

Permalink
Re-disabling C4291 warnings for MSVC because AttributeList.h requires…
Browse files Browse the repository at this point in the history
… it. This was accidentally removed in r187279.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@188530 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
AaronBallman committed Aug 16, 2013
1 parent beccdd3 commit 7f92c7b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/modules/HandleLLVMOptions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ if( MSVC )
-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'
-wd4800 # Suppress ''type' : forcing value to bool 'true' or 'false' (performance warning)'
-wd4291 # Suppress ''declaration' : no matching operator delete found; memory will not be freed if initialization throws an exception'

# Promoted warnings.
-w14062 # Promote 'enumerator in switch of enum is not handled' to level 1 warning.
Expand Down

0 comments on commit 7f92c7b

Please sign in to comment.