diff options
Diffstat (limited to 'devtools/create_project/msvc14/create_project.vcxproj')
-rw-r--r-- | devtools/create_project/msvc14/create_project.vcxproj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devtools/create_project/msvc14/create_project.vcxproj b/devtools/create_project/msvc14/create_project.vcxproj index aec8c94f43..1ac132d268 100644 --- a/devtools/create_project/msvc14/create_project.vcxproj +++ b/devtools/create_project/msvc14/create_project.vcxproj @@ -76,7 +76,7 @@ <WarningLevel>Level4</WarningLevel> <DebugInformationFormat>EditAndContinue</DebugInformationFormat> <DisableLanguageExtensions>false</DisableLanguageExtensions> - <DisableSpecificWarnings>4003;4512;4127;4100</DisableSpecificWarnings> + <DisableSpecificWarnings>4003;4512;4127;4100;4244</DisableSpecificWarnings> <ExceptionHandling>Sync</ExceptionHandling> </ClCompile> <Link> |