You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After installation via GetIt on Delphi 12 version 3.07.10, we get the following messages when building the project:
[dcc32 Hint] GpLists.pas(4534): H2164 Variable 'element' is declared but never used in 'THeap<T>.Heapify'
[dcc32 Hint] GpLists.pas(7789): H2164 Variable 'iPtr' is declared but never used in 'TGpSkipList<T,K>.Create'
[dcc32 Hint] OtlParallel.pas(4486): H2077 Value assigned to 'TOmniCompute<T>.TryValue' never used
[dcc32 Hint] OtlParallel.pas(4538): H2164 Variable 'intf' is declared but never used in 'TOmniForkJoin<T>.Compute'
[dcc32 Hint] OtlParallel.pas(5390): H2164 Variable 'dest' is declared but never used in 'TOmniParallelMapper<T1,T2>.Execute'
[dcc32 Hint] OtlParallel.pas(5391): H2164 Variable 'el' is declared but never used in 'TOmniParallelMapper<T1,T2>.Execute'
The text was updated successfully, but these errors were encountered:
After installation via GetIt on Delphi 12 version 3.07.10, we get the following messages when building the project:
The text was updated successfully, but these errors were encountered: