disable several 1000 boost header level 4 MSVC warnings project-wide
This commit is contained in:
parent
fbd8652495
commit
23ca125d4e
4 changed files with 5 additions and 5 deletions
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="schema_generator"
|
||||
ProjectGUID="{9FDDFD0B-C23F-47DB-97F7-7BDCA3E754D9}"
|
||||
RootNamespace="schema_generator"
|
||||
|
@ -46,7 +46,7 @@
|
|||
RuntimeLibrary="3"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4127;4512"
|
||||
DisableSpecificWarnings="4127;4512;4003;4068"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4127;4512"
|
||||
DisableSpecificWarnings="4127;4512;4003;4068"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -51,7 +51,7 @@
|
|||
UsePrecompiledHeader="0"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4127;4512"
|
||||
DisableSpecificWarnings="4127;4512;4003;4068"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
|
@ -49,7 +49,7 @@
|
|||
OpenMP="true"
|
||||
WarningLevel="4"
|
||||
DebugInformationFormat="4"
|
||||
DisableSpecificWarnings="4127;4512"
|
||||
DisableSpecificWarnings="4127;4512;4003;4068"
|
||||
/>
|
||||
<Tool
|
||||
Name="VCManagedResourceCompilerTool"
|
||||
|
|
Loading…
Add table
Reference in a new issue