Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Summary: The reference Clang/GCC build has a pretty strict set of warnings enabled. The reference MSVC build has less strict warnings, which can be a problem for MSVC users building at higher warning levels (e.g. React Native for Windows in OSS uses `/W4` as its baseline warning level). This bumps up the MSVC warning level to `/W4`, since we are nearly clean already. There are some limitations. E.g. we don't test binary with MSVC (some issues I didn't work out), and only test building statically linked. But but we do have a minimal C benchmark we compile with MSVC. X-link: facebook/yoga#1432 Differential Revision: D50398443 Pulled By: NickGerleman
- Loading branch information