summary refs log tree commit diff stats
path: root/win32/copy/copy.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-10-21 05:57:00 +0200
committerBerke Viktor <bviktor@hexchat.org>2012-10-21 05:57:00 +0200
commitddbce0b9fe347df6223fa7667ef39a00071a06a5 (patch)
treed0a6c93f4e5f25189b06d88a4b70ff175aa010f1 /win32/copy/copy.vcxproj
parentdf33905ad18dafc26ad62bda12515890299b4bdc (diff)
Move warning level to property sheet
Diffstat (limited to 'win32/copy/copy.vcxproj')
-rw-r--r--win32/copy/copy.vcxproj2
1 files changed, 0 insertions, 2 deletions
diff --git a/win32/copy/copy.vcxproj b/win32/copy/copy.vcxproj
index 7fcdec2b..eb9d1752 100644
--- a/win32/copy/copy.vcxproj
+++ b/win32/copy/copy.vcxproj
@@ -49,7 +49,6 @@
   </PropertyGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

@@ -66,7 +65,6 @@ copy "..\installer\watercolorlite-green.cjstyles" "$(HexChatRel)"</Command>
   </ItemDefinitionGroup>

   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>