mute some MSVC level 4 warnings thrown by included boost 1.46.1 headers
This commit is contained in:
parent
c8e9468910
commit
c30e960247
4 changed files with 44 additions and 2 deletions
9
projectfiles/VC9/files_with_deactivated_warnings.txt
Normal file
9
projectfiles/VC9/files_with_deactivated_warnings.txt
Normal file
|
@ -0,0 +1,9 @@
|
|||
Files in src/ which have one or more warnings file-specifically deactivated for the Debug configuration.
|
||||
These warnings are thrown due to included header files (mostly boost ones),
|
||||
since they apparently don't compile using warnlevel 4.
|
||||
|
||||
game
|
||||
network_asio
|
||||
serialization/binary_or_text
|
||||
serialization/parser
|
||||
server/simple_wml
|
|
@ -17481,6 +17481,14 @@
|
|||
<File
|
||||
RelativePath="..\..\src\game.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\game_config.hpp"
|
||||
|
@ -17901,6 +17909,14 @@
|
|||
<File
|
||||
RelativePath="..\..\src\network_asio.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DisableSpecificWarnings="4800"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\network_asio.hpp"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="wesnothd"
|
||||
ProjectGUID="{72F28A4A-A6A2-4C49-8141-7CD0DFA9ECCE}"
|
||||
RootNamespace="wesnothd"
|
||||
|
@ -677,6 +677,7 @@
|
|||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
ObjectFile="$(IntDir)\Server\"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
<FileConfiguration
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="windows-1250"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="wesnothlib"
|
||||
ProjectGUID="{4A16638B-127B-4AE8-8E0B-4B211B96F976}"
|
||||
RootNamespace="wesnothlib"
|
||||
|
@ -287,6 +287,14 @@
|
|||
<File
|
||||
RelativePath="..\..\src\serialization\binary_or_text.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\serialization\binary_or_text.hpp"
|
||||
|
@ -295,6 +303,14 @@
|
|||
<File
|
||||
RelativePath="..\..\src\serialization\parser.cpp"
|
||||
>
|
||||
<FileConfiguration
|
||||
Name="Debug|Win32"
|
||||
>
|
||||
<Tool
|
||||
Name="VCCLCompilerTool"
|
||||
DisableSpecificWarnings="4706"
|
||||
/>
|
||||
</FileConfiguration>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\src\serialization\parser.hpp"
|
||||
|
|
Loading…
Add table
Reference in a new issue