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
When i compile OmniThreadLibrary i get the following warnings (Delphi 10.2.2):
[dcc32 Hint] DSiWin32.pas(6132): H2077 Value assigned to 'DSiAllocateHWnd' never used
[dcc32 Warning] GpStuff.pas(1145): W1002 Symbol 'DebugHook' is specific to a platform
[dcc32 Warning] OtlSync.pas(1932): W1002 Symbol 'Win32Check' is specific to a platform
[dcc32 Warning] DetailedRTTI.pas(158): W1024 Combining signed and unsigned types - widened both operands
The text was updated successfully, but these errors were encountered:
FYI
When i compile OmniThreadLibrary i get the following warnings (Delphi 10.2.2):
[dcc32 Hint] DSiWin32.pas(6132): H2077 Value assigned to 'DSiAllocateHWnd' never used
[dcc32 Warning] GpStuff.pas(1145): W1002 Symbol 'DebugHook' is specific to a platform
[dcc32 Warning] OtlSync.pas(1932): W1002 Symbol 'Win32Check' is specific to a platform
[dcc32 Warning] DetailedRTTI.pas(158): W1024 Combining signed and unsigned types - widened both operands
The text was updated successfully, but these errors were encountered: