summary refs log tree commit diff stats
path: root/src/fe-gtk/fe-gtk.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2012-11-10 18:26:45 +0100
committerBerke Viktor <bviktor@hexchat.org>2012-11-10 18:26:45 +0100
commited970381fb914c413b88718bb7756b0f1282cfad (patch)
tree348e76fe96a72d46950fe7aa21f71e1c84ab09d0 /src/fe-gtk/fe-gtk.vcxproj
parent584b89bb022c3cb22b45b1285652bb3b5f33ed81 (diff)
Eliminate some more warnings and hide less warnings in VS
Diffstat (limited to 'src/fe-gtk/fe-gtk.vcxproj')
-rw-r--r--src/fe-gtk/fe-gtk.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fe-gtk/fe-gtk.vcxproj b/src/fe-gtk/fe-gtk.vcxproj
index 0bc479c7..45abf752 100644
--- a/src/fe-gtk/fe-gtk.vcxproj
+++ b/src/fe-gtk/fe-gtk.vcxproj
@@ -62,7 +62,7 @@
       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>

       <AdditionalIncludeDirectories>$(DepsRoot)\include;$(Glib);$(Gtk);%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>

       <MultiProcessorCompilation>true</MultiProcessorCompilation>

-	  <DisableSpecificWarnings>4244;4267;4996</DisableSpecificWarnings>

+	  <DisableSpecificWarnings>4244;4996</DisableSpecificWarnings>

     </ClCompile>

     <Link>

       <SubSystem>Windows</SubSystem>