Index: build/generator/templates/vcnet_vcproj.ezt =================================================================== --- build/generator/templates/vcnet_vcproj.ezt (revision 1867212) +++ build/generator/templates/vcnet_vcproj.ezt (working copy) @@ -60,7 +60,7 @@ DisableSpecificWarnings="4100;4127;4206;4512;4701;4706;4800" Detect64BitPortabilityProblems="FALSE" AdditionalOptions=" - /we4002 /we4003 /we4013 /we4020 /we4022 /we4024 /we4028 /we4029 /we4030 /we4031 /we4033 /we4047 /we4089 /we4113 /we4115 /we4204 /we4715" + /we4002 /we4003 /we4013 /we4020 /we4022 /we4024 /we4028 /we4029 /we4030 /we4031 /we4033 /we4047 /we4089 /we4113 /we4204 /we4715" DebugInformationFormat="3" ProgramDataBaseFileName="$(IntDir)\[target.output_pdb]" [if-any configs.forced_include_files]ForcedIncludeFiles="[for configs.forced_include_files][configs.forced_include_files][if-index configs.forced_include_files last][else];[end][end]" Index: build/generator/templates/vcnet_vcxproj.ezt =================================================================== --- build/generator/templates/vcnet_vcxproj.ezt (revision 1867212) +++ build/generator/templates/vcnet_vcxproj.ezt (working copy) @@ -65,7 +65,7 @@ Level4 ProgramDatabase 4100;4127;4206;4512;4701;4706;4800;%(DisableSpecificWarnings) - 4002;4003;4013;4020;4022;4024;4028;4029;4030;4031;4033;4047;4089;4113;4115;4133;4204;4700;4715;4789;%(TreatSpecificWarningsAsErrors) + 4002;4003;4013;4020;4022;4024;4028;4029;4030;4031;4033;4047;4089;4113;4133;4204;4700;4715;4789;%(TreatSpecificWarningsAsErrors) [if-any configs.forced_include_files] [for configs.forced_include_files][configs.forced_include_files];[end]%(ForcedIncludeFiles) [end]