mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-18 10:49:27 +02:00
Suppress VALID warnings until review
git-svn-id: trunk@46907 -
This commit is contained in:
parent
56a4a31450
commit
80a15d2141
@ -11,10 +11,13 @@
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</SearchPaths>
|
||||
<Other>
|
||||
<Verbosity>
|
||||
<ShowWarn Value="False"/>
|
||||
<ShowHints Value="False"/>
|
||||
</Verbosity>
|
||||
<CompilerMessages>
|
||||
<MsgFileName Value=""/>
|
||||
<IgnoredMessages idx4046="True"/>
|
||||
</CompilerMessages>
|
||||
<CompilerPath Value="$(CompPath)"/>
|
||||
</Other>
|
||||
</CompilerOptions>
|
||||
<Description Value="DebuggerIntf
|
||||
|
@ -11,6 +11,15 @@
|
||||
<OtherUnitFiles Value="."/>
|
||||
<UnitOutputDirectory Value="lib\$(TargetCPU)-$(TargetOS)"/>
|
||||
</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>
|
||||
<Description Value="A set of helperclasses for implementing a debugger.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user