diff options
| author | SupSuper | 2018-12-17 00:16:34 +0000 |
|---|---|---|
| committer | Filippos Karapetis | 2018-12-23 18:39:06 +0200 |
| commit | 0a474f2a1a2aa1d4254f08c66070d1dfcdfb48cc (patch) | |
| tree | 976dd1c7fe2b2764447a843e34e7360414ef22a2 /devtools/create_project/msvc15 | |
| parent | 2097c33b57d1a105b7f72637cd4a6cf2be3fc39e (diff) | |
| download | scummvm-rg350-0a474f2a1a2aa1d4254f08c66070d1dfcdfb48cc.tar.gz scummvm-rg350-0a474f2a1a2aa1d4254f08c66070d1dfcdfb48cc.tar.bz2 scummvm-rg350-0a474f2a1a2aa1d4254f08c66070d1dfcdfb48cc.zip | |
CREATE_PROJECT: Fix MSVC warnings
Diffstat (limited to 'devtools/create_project/msvc15')
| -rw-r--r-- | devtools/create_project/msvc15/create_project.vcxproj | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/devtools/create_project/msvc15/create_project.vcxproj b/devtools/create_project/msvc15/create_project.vcxproj index 24e579facf..1ead51cff9 100644 --- a/devtools/create_project/msvc15/create_project.vcxproj +++ b/devtools/create_project/msvc15/create_project.vcxproj @@ -70,13 +70,12 @@ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> <ClCompile> <Optimization>Disabled</Optimization> - <MinimalRebuild>true</MinimalRebuild> <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> <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> |
