Skip to content

Conversation

@RyanTMontoya
Copy link
Contributor

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.
@exilon exilon merged commit fd6b54c into exilon:master Sep 25, 2024
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.

2 participants