Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warning Fixes for Delphi 12 #128

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

RyanTMontoya
Copy link

Added a default for Quick.RTTI.Utils.pas TRTTI.CreateInstance(const Args: array of TValue): T; since Delphi 12 now has a warning. Likely the use of generics prevented the 'return value of function might be undefined' warning from showing in previous compiler versions. Also added Check for Delphi 12 to use Free in QuickThread.pas TThreadedQueueCS.Clear; as Delphi 12 deprecated DisposeOf.

…both raise warnings in Delphi 12. The former's function is now depricated and the latter case was likely masked in previous compiler versions.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant