Make Delphi Happy, about those conditionals #86
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "TommiPrami/master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Can't understand why in earth delphi even cares of second condition because of "{$if defined(fpc) and" should be enough,
If there is plane ">=3" then Delphi complains with :
[dcc32 Warning] FLRE.pas(5493): W1023 Comparing signed and unsigned types - widened both operands
hope this works OK in the FPC also
It fixes the previous issue I posted: https://github.com/BeRo1985/flre/issues/76
Nope, FPC raises then a error then, at least stable FPC versions, while it seems to be fixed in the non-stable FPC dev version. Thus, I would wait here until FPC >=3.4 as stable version will be released,
View command line instructions
Manual merge helper
Use this merge commit message when completing the merge manually.
Checkout
From your project repository, check out a new branch and test the changes.Merge
Merge the changes and update on Forgejo.Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.