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.
This commit is contained in:
Anonymissimus 2012-03-28 18:14:57 +00:00
parent e7ddd2913f
commit 593e98090c

View file

@ -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>