| commit | 469b6bce613cdf2d8b52baa1b11d00c25ad3a3ad | [log] [tgz] |
|---|---|---|
| author | Reid Kleckner <reid@kleckner.net> | Tue Feb 17 23:28:19 2015 +0000 |
| committer | Reid Kleckner <reid@kleckner.net> | Tue Feb 17 23:28:19 2015 +0000 |
| tree | d564df3216815d6bba85ba7a198e36c28342997c | |
| parent | 44bf1c9c53d36637c0abca132a08518d3138a78b [diff] |
clang-cl: Map /wd4996 to -Wno-deprecated-declarations This is typically used to suppress warnings about calling snprintf and other "deprecated" POSIX functions. Accepting this flag helps avoid tons of useless warnings when trying out clang-cl on a new project. Patch by Scott Graham! llvm-svn: 229583