Disable C4062 on Windows.
authorZachary Turner <zturner@google.com>
Tue, 20 Jan 2015 19:23:44 +0000 (19:23 +0000)
committerZachary Turner <zturner@google.com>
Tue, 20 Jan 2015 19:23:44 +0000 (19:23 +0000)
commit10e005626e1b6d1fe2fb065512a6b56c0f4de18b
tree6fd5c2d23792b40aeaa940cf3f517567798d5ba1
parentc277b3f2b4892ec37caf6dd0bb677e9542994c9a
Disable C4062 on Windows.

The use of std::future introduces an implicit dependency on the PPL
subcomponent of ConcRT.  ConcRT in general is pretty noisy with
warnings, so this patch just disables one of the noisy warnings.

llvm-svn: 226590
lld/lib/ReaderWriter/CMakeLists.txt