commit | b2b9b768ef59d7b18a8b6f06cce5a8c80aa11f9e | [log] [tgz] |
---|---|---|
author | Francois Pichet <pichet2000@gmail.com> | Tue Oct 12 00:01:36 2010 +0000 |
committer | Francois Pichet <pichet2000@gmail.com> | Tue Oct 12 00:01:36 2010 +0000 |
tree | 5a9e63239f72f95a167d198869778fb7e87db80b | |
parent | c0157231313c96cdeebc16a4fe94d9b9d3f2a45e [diff] |
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116274 91177308-0d34-0410-b5e6-96231b3b80d8