disabled warning 4214
authorChristoph von Wittich <christoph_vw@reactos.org>
Fri, 6 Jan 2006 23:47:15 +0000 (23:47 +0000)
committerChristoph von Wittich <christoph_vw@reactos.org>
Fri, 6 Jan 2006 23:47:15 +0000 (23:47 +0000)
svn path=/trunk/; revision=20634

reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp

index 2608b22..7d963e2 100644 (file)
@@ -335,7 +335,7 @@ MSVCBackend::_generate_vcproj ( const Module& module )
                }\r
 \r
                fprintf ( OUT, "\t\t\t\tEnablePREfast=\"%s\"\r\n", debug ? "TRUE" : "FALSE");\r
-               fprintf ( OUT, "\t\t\t\tDisableSpecificWarnings=\"4201;4127\"\r\n" );\r
+               fprintf ( OUT, "\t\t\t\tDisableSpecificWarnings=\"4201;4127;4214\"\r\n" );\r
                fprintf ( OUT, "\t\t\t\tWarningLevel=\"%s\"\r\n", release ? "0" : "4" );\r
                fprintf ( OUT, "\t\t\t\tDetect64BitPortabilityProblems=\"%s\"\r\n", release ? "FALSE" : "TRUE");\r
                if ( !module.cplusplus )\r