mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
disabled warning 4214
svn path=/trunk/; revision=20634
This commit is contained in:
parent
7e8a6ab862
commit
d418095a61
1 changed files with 1 additions and 1 deletions
|
@ -335,7 +335,7 @@ MSVCBackend::_generate_vcproj ( const Module& module )
|
|||
}
|
||||
|
||||
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 )
|
||||
|
|
Loading…
Reference in a new issue