mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-08 21:19:17 +02:00
SynEdit: disable warning 6060 "case does not handle all cases" for fpc 3.2.3 and up
This commit is contained in:
parent
1bcb76a36c
commit
f7b9a6020a
@ -11,6 +11,8 @@
|
||||
<SearchPaths>
|
||||
<UnitOutputDirectory Value="units/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType)"/>
|
||||
</SearchPaths>
|
||||
<Conditionals Value="if GetProjValue('FPC_FULLVERSION')>=30203 then
|
||||
CustomOptions+=' -vm6060 ';"/>
|
||||
<CodeGeneration>
|
||||
<VerifyObjMethodCallValidity Value="True"/>
|
||||
</CodeGeneration>
|
||||
|
Loading…
Reference in New Issue
Block a user