summary refs log tree commit diff stats
path: root/src
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 /src
parentdf33905ad18dafc26ad62bda12515890299b4bdc (diff)
Move warning level to property sheet
Diffstat (limited to 'src')
-rw-r--r--src/common/common-xp.vcxproj2
-rw-r--r--src/common/common.vcxproj2
-rw-r--r--src/common/make-te-xp.vcxproj2
-rw-r--r--src/common/make-te.vcxproj2
-rw-r--r--src/fe-gtk/fe-gtk-xp.vcxproj2
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj2
-rw-r--r--src/fe-text/fe-text-xp.vcxproj2
-rw-r--r--src/fe-text/fe-text.vcxproj2
-rw-r--r--src/pixmaps/pixmaps-xp.vcxproj2
-rw-r--r--src/pixmaps/pixmaps.vcxproj2
-rw-r--r--src/version/version-xp.vcxproj2
-rw-r--r--src/version/version.vcxproj2
12 files changed, 0 insertions, 24 deletions
diff --git a/src/common/common-xp.vcxproj b/src/common/common-xp.vcxproj
index 6b3e1f91..6eec3b12 100644
--- a/src/common/common-xp.vcxproj
+++ b/src/common/common-xp.vcxproj
@@ -119,7 +119,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -138,7 +137,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index a4c88dc6..55116995 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -116,7 +116,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -135,7 +134,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/common/make-te-xp.vcxproj b/src/common/make-te-xp.vcxproj
index 0b9fe354..bd4cb2da 100644
--- a/src/common/make-te-xp.vcxproj
+++ b/src/common/make-te-xp.vcxproj
@@ -55,7 +55,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -76,7 +75,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

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>

diff --git a/src/fe-gtk/fe-gtk-xp.vcxproj b/src/fe-gtk/fe-gtk-xp.vcxproj
index e00efd77..4610e189 100644
--- a/src/fe-gtk/fe-gtk-xp.vcxproj
+++ b/src/fe-gtk/fe-gtk-xp.vcxproj
@@ -57,7 +57,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -79,7 +78,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj
index ae10c04f..c69059f1 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -54,7 +54,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -76,7 +75,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/fe-text/fe-text-xp.vcxproj b/src/fe-text/fe-text-xp.vcxproj
index 4e147db3..4860df3c 100644
--- a/src/fe-text/fe-text-xp.vcxproj
+++ b/src/fe-text/fe-text-xp.vcxproj
@@ -57,7 +57,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -78,7 +77,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/fe-text/fe-text.vcxproj b/src/fe-text/fe-text.vcxproj
index d2e2aad6..085ceefe 100644
--- a/src/fe-text/fe-text.vcxproj
+++ b/src/fe-text/fe-text.vcxproj
@@ -54,7 +54,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -75,7 +74,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/pixmaps/pixmaps-xp.vcxproj b/src/pixmaps/pixmaps-xp.vcxproj
index 2a3a8a6b..c6ab0967 100644
--- a/src/pixmaps/pixmaps-xp.vcxproj
+++ b/src/pixmaps/pixmaps-xp.vcxproj
@@ -55,7 +55,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -75,7 +74,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/pixmaps/pixmaps.vcxproj b/src/pixmaps/pixmaps.vcxproj
index 812fa805..1a01658b 100644
--- a/src/pixmaps/pixmaps.vcxproj
+++ b/src/pixmaps/pixmaps.vcxproj
@@ -52,7 +52,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -72,7 +71,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level3</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/version/version-xp.vcxproj b/src/version/version-xp.vcxproj
index b13b1d3a..a0b5cf11 100644
--- a/src/version/version-xp.vcxproj
+++ b/src/version/version-xp.vcxproj
@@ -55,7 +55,6 @@
   </PropertyGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

@@ -76,7 +75,6 @@
   </ItemDefinitionGroup>

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

     <ClCompile>

-      <WarningLevel>Level1</WarningLevel>

       <PrecompiledHeader>

       </PrecompiledHeader>

       <Optimization>MaxSpeed</Optimization>

diff --git a/src/version/version.vcxproj b/src/version/version.vcxproj
index 8b70e48a..505bae55 100644
--- a/src/version/version.vcxproj
+++ b/src/version/version.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>