Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces false posit...
authorAaron Ballman <aaron@aaronballman.com>
Mon, 7 Dec 2015 15:44:34 +0000 (15:44 +0000)
committerAaron Ballman <aaron@aaronballman.com>
Mon, 7 Dec 2015 15:44:34 +0000 (15:44 +0000)
commitc4724f60d7d2d5bbea55e60e5711f2ed5f3ec6ce
treef863a16d78681965db22a8b930dc3b8fb4812b5e
parentfda49fdbc8fadb4d3fdf839da37d8543085eb738
Silence all C4592 warnings with MSVC 2015 Update 1. This warning produces false positives that Microsoft says will be fixed in Update 2. Until this produces reliable diagnostics, it is safe to disable the diagnostic -- the compiler is not doing anything different than it previously did aside from issuing the diagnostic.

(Note, this silences at least one false positive in LLVM with FeatureBitset uses.)

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254915 91177308-0d34-0410-b5e6-96231b3b80d8
cmake/modules/HandleLLVMOptions.cmake