Suppress VALID warnings until review

git-svn-id: trunk@46907 -
This commit is contained in:
martin 2014-11-20 16:34:23 +00:00
parent 56a4a31450
commit 80a15d2141
2 changed files with 14 additions and 2 deletions

View File

@ -11,10 +11,13 @@
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other> <Other>
<Verbosity>
<ShowWarn Value="False"/>
<ShowHints Value="False"/>
</Verbosity>
<CompilerMessages> <CompilerMessages>
<MsgFileName Value=""/> <IgnoredMessages idx4046="True"/>
</CompilerMessages> </CompilerMessages>
<CompilerPath Value="$(CompPath)"/>
</Other> </Other>
</CompilerOptions> </CompilerOptions>
<Description Value="DebuggerIntf <Description Value="DebuggerIntf

View File

@ -11,6 +11,15 @@
<OtherUnitFiles Value="."/> <OtherUnitFiles Value="."/>
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/> <UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
</SearchPaths> </SearchPaths>
<Other>
<Verbosity>
<ShowWarn Value="False"/>
<ShowHints Value="False"/>
</Verbosity>
<CompilerMessages>
<IgnoredMessages idx6018="True" idx5063="True" idx5055="True" idx5043="True" idx4105="True" idx4066="True" idx4056="True" idx4045="True" idx4044="True" idx3057="True"/>
</CompilerMessages>
</Other>
</CompilerOptions> </CompilerOptions>
<Description Value="A set of helperclasses for implementing a debugger. <Description Value="A set of helperclasses for implementing a debugger.