# HG changeset patch # User Steve Dower # Date 1452977741 28800 # Sat Jan 16 12:55:41 2016 -0800 # Node ID b2bdf680cb09ec4ff2f084f11091af5ad5f2699f # Parent a092030f1f9eef7b2da642e1950d10530e5d44b8 Issue #25878: Switch MSVC build to use /W4 and suppress noisy warnings. diff --git a/PCbuild/pyproject.props b/PCbuild/pyproject.props --- a/PCbuild/pyproject.props +++ b/PCbuild/pyproject.props @@ -38,7 +38,8 @@ MultiThreadedDLL true - Level3 + Level4 + 4232;4706;4152;4204;4131;4115;4127;4054;4100;%(DisableSpecificWarnings) ProgramDatabase Default true