Author: anonymissimus Date: Wed Mar 28 20:14:57 2012 New Revision: 53680 URL: http://svn.gna.org/viewcvs/wesnoth?rev=53680&view=rev Log: mute some MSVC warnings about unreferenced local functions
Works only by disabling for the file in the project file.
This seems to be some bug, it is clearly wrong.
Modified:
trunk/projectfiles/VC9/wesnoth.vcproj
Modified: trunk/projectfiles/VC9/wesnoth.vcproj
URL:
http://svn.gna.org/viewcvs/wesnoth/trunk/projectfiles/VC9/wesnoth.vcproj?rev=53680&r1=53679&r2=53680&view=diff
==============================================================================
--- trunk/projectfiles/VC9/wesnoth.vcproj (original)
+++ trunk/projectfiles/VC9/wesnoth.vcproj Wed Mar 28 20:14:57 2012
@@ -3624,6 +3624,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
<FileConfiguration
@@ -3632,6 +3633,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
<FileConfiguration
@@ -3640,6 +3642,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
<FileConfiguration
@@ -3648,6 +3651,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
<FileConfiguration
@@ -3656,6 +3660,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
<FileConfiguration
@@ -3664,6 +3669,7 @@
<Tool
Name="VCCLCompilerTool"
ObjectFile="$(IntDir)\Editor\Palette\"
+
DisableSpecificWarnings="4505"
/>
</FileConfiguration>
</File>
_______________________________________________
Wesnoth-commits mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-commits
