Skip to content
Commit c56f5b93 authored by Francois Pichet's avatar Francois Pichet
Browse files

Disable warning C4267 for MSVC. Otherwise it generate literally thousands of...

Disable warning C4267 for MSVC. Otherwise it generate literally thousands of warnings when targeting x64. The warning occurs because int is 32 bit but size_t is 64 bit on Win64.

llvm-svn: 116274
parent 77890879
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment