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:
parent
e7ddd2913f
commit
593e98090c
1 changed files with 6 additions and 0 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Reference in a new issue