summary refs log tree commit diff stats
path: root/win32/nls
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/nls
parentdf33905ad18dafc26ad62bda12515890299b4bdc (diff)
Move warning level to property sheet
Diffstat (limited to 'win32/nls')
-rw-r--r--win32/nls/nls-xp.vcxproj2
-rw-r--r--win32/nls/nls.vcxproj2
2 files changed, 0 insertions, 4 deletions
diff --git a/win32/nls/nls-xp.vcxproj b/win32/nls/nls-xp.vcxproj
index 26172e07..3e4a770d 100644
--- a/win32/nls/nls-xp.vcxproj
+++ b/win32/nls/nls-xp.vcxproj
@@ -52,7 +52,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

@@ -74,7 +73,6 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>

diff --git a/win32/nls/nls.vcxproj b/win32/nls/nls.vcxproj
index 559f727c..c1472cd7 100644
--- a/win32/nls/nls.vcxproj
+++ b/win32/nls/nls.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>

@@ -71,7 +70,6 @@ mkdir "$(OutDir)\locale\%%~nA\LC_MESSAGES"
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <Optimization>MaxSpeed</Optimization>

       <FunctionLevelLinking>true</FunctionLevelLinking>

       <IntrinsicFunctions>true</IntrinsicFunctions>