summary refs log tree commit diff stats
path: root/src/common/common.vcxproj
diff options
context:
space:
mode:
authorBerke Viktor <bviktor@hexchat.org>2013-04-14 13:19:49 +0200
committerBerke Viktor <bviktor@hexchat.org>2013-04-14 13:19:49 +0200
commita7ffdf3d65f07e2e0ad027b043e69acb9ca39ec9 (patch)
tree01f785121e6cc85ec0688004d9b22c8136403960 /src/common/common.vcxproj
parentdd624950c60347e25d30fdf8b0194a895a3360e3 (diff)
Remove one warning bypass
Diffstat (limited to 'src/common/common.vcxproj')
-rw-r--r--src/common/common.vcxproj2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common.vcxproj b/src/common/common.vcxproj
index b4fa224a..615f430d 100644
--- a/src/common/common.vcxproj
+++ b/src/common/common.vcxproj
@@ -140,7 +140,7 @@
       <PreprocessorDefinitions>WIN32;_WIN64;_AMD64_;NDEBUG;_LIB;$(OwnFlags);%(PreprocessorDefinitions)</PreprocessorDefinitions>

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

       <MultiProcessorCompilation>true</MultiProcessorCompilation>

-      <DisableSpecificWarnings>4244;4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>

+      <DisableSpecificWarnings>4267;%(DisableSpecificWarnings)</DisableSpecificWarnings>

     </ClCompile>

     <Link>

       <SubSystem>Windows</SubSystem>