paolo-rossi / delphi-neon

JSON Serialization library for Delphi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hints and warnings

DelphiWorlds opened this issue · comments

The library currently compiles with the following hints/warnings:

[dcc32 Warning] Neon.Core.Persistence.JSON.pas(1504): W1002 Symbol 'MinExtended' is specific to a platform
[dcc32 Warning] Neon.Core.Persistence.JSON.pas(1505): W1002 Symbol 'MaxExtended' is specific to a platform
[dcc32 Hint] Neon.Core.Persistence.JSON.pas(1492): H2077 Value assigned to 'LMin' never used
[dcc32 Hint] Neon.Core.Persistence.JSON.pas(1498): H2077 Value assigned to 'LMin' never used
[dcc32 Hint] Neon.Core.Persistence.JSON.pas(1504): H2077 Value assigned to 'LMin' never used
[dcc32 Hint] Neon.Core.Persistence.JSON.pas(1510): H2077 Value assigned to 'LMin' never used
[dcc32 Hint] Neon.Core.Persistence.JSON.pas(1516): H2077 Value assigned to 'LMin' never used
[dcc32 Warning] Neon.Core.Persistence.JSON.pas(1534): W1036 Variable 'LMax' might not have been initialized