diff options
| author | Stefan Boberg <[email protected]> | 2021-10-24 13:22:06 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-24 13:22:06 +0200 |
| commit | b7800f89d20491f998471324a6e450ac2e64c0b8 (patch) | |
| tree | 1f616cd47ad2a4c871ab1c58025543d9fde30091 /zenutil | |
| parent | clang-format (diff) | |
| download | zen-b7800f89d20491f998471324a6e450ac2e64c0b8.tar.xz zen-b7800f89d20491f998471324a6e450ac2e64c0b8.zip | |
general: Fixed up some vcxproj files which had a warning level set
Thus they did not get the same settings as all other projects which made it easy to introduce warnings which would trigger in xmake builds
Cleaned up some #include usage to use third-party include brackets
Diffstat (limited to 'zenutil')
| -rw-r--r-- | zenutil/zenutil.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/zenutil/zenutil.vcxproj b/zenutil/zenutil.vcxproj index 3bf6111f7..20f803e2a 100644 --- a/zenutil/zenutil.vcxproj +++ b/zenutil/zenutil.vcxproj @@ -68,7 +68,6 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> <ClCompile> - <WarningLevel>Level3</WarningLevel> <SDLCheck>true</SDLCheck> <PreprocessorDefinitions>_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> <ConformanceMode>true</ConformanceMode> @@ -81,7 +80,6 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> - <WarningLevel>Level3</WarningLevel> <FunctionLevelLinking>true</FunctionLevelLinking> <IntrinsicFunctions>true</IntrinsicFunctions> <SDLCheck>true</SDLCheck> |