disabled warning 4214 Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp _____
Modified: trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp --- trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2006-01-06 23:13:23 UTC (rev 20633) +++ trunk/reactos/tools/rbuild/backend/msvc/vcprojmaker.cpp 2006-01-06 23:47:15 UTC (rev 20634) @@ -335,7 +335,7 @@
}
fprintf ( OUT, "\t\t\t\tEnablePREfast="%s"\r\n", debug ? "TRUE" : "FALSE"); - fprintf ( OUT, "\t\t\t\tDisableSpecificWarnings="4201;4127"\r\n" ); + fprintf ( OUT, "\t\t\t\tDisableSpecificWarnings="4201;4127;4214"\r\n" ); fprintf ( OUT, "\t\t\t\tWarningLevel="%s"\r\n", release ? "0" : "4" ); fprintf ( OUT, "\t\t\t\tDetect64BitPortabilityProblems="%s"\r\n", release ? "FALSE" : "TRUE"); if ( !module.cplusplus )