diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
commit | ddbce0b9fe347df6223fa7667ef39a00071a06a5 (patch) | |
tree | d0a6c93f4e5f25189b06d88a4b70ff175aa010f1 /src/common/make-te.vcxproj | |
parent | df33905ad18dafc26ad62bda12515890299b4bdc (diff) |
Move warning level to property sheet
Diffstat (limited to 'src/common/make-te.vcxproj')
-rw-r--r-- | src/common/make-te.vcxproj | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/common/make-te.vcxproj b/src/common/make-te.vcxproj index 61a24107..431916f3 100644 --- a/src/common/make-te.vcxproj +++ b/src/common/make-te.vcxproj @@ -52,7 +52,6 @@ </PropertyGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> <ClCompile> - <WarningLevel>Level1</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> @@ -73,7 +72,6 @@ </ItemDefinitionGroup> <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> <ClCompile> - <WarningLevel>Level1</WarningLevel> <PrecompiledHeader> </PrecompiledHeader> <Optimization>MaxSpeed</Optimization> |