mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-13 02:57:42 +00:00
chore: Apply suggestions from code review
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Some checks failed
Keyman Build Summary / Summarize build status checks (push) Has been cancelled
Co-authored-by: rc-swag <58423624+rc-swag@users.noreply.github.com>
This commit is contained in:
parent
1da2600818
commit
a005e45d25
1 changed files with 1 additions and 1 deletions
|
|
@ -63,7 +63,7 @@ begin
|
|||
else
|
||||
cmdline := cmdline + ['--no-compiler-warnings-as-errors'];
|
||||
|
||||
if not FGlobalProject.Options.WarnDeprecatedCode then
|
||||
if Assigned(FGlobalProject) and (not FGlobalProject.Options.WarnDeprecatedCode) then
|
||||
cmdline := cmdline + ['--no-warn-deprecated-code'];
|
||||
|
||||
if debug then
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue