Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 1 of 1 total
Thread Remove hints from source code
Thu, Feb 25 2021 6:28 AMPermanent Link

macc2010

Hello,

I am using elevatedb last version 2.33 final. When I rebuild my project, I see the following hints :

[dcc32 Hint] edbmemfilemgr.pas(185): H2077 Value assigned to 'TEDBMemoryFile.Read' never used
[dcc32 Hint] edbmemfilemgr.pas(224): H2077 Value assigned to 'TEDBMemoryFile.Read' never used
[dcc32 Hint] edbmemfilemgr.pas(307): H2077 Value assigned to 'TEDBMemoryFile.Write' never used
[dcc32 Hint] edbexpr.pas(15441): H2443 Inline function 'TStringBuilder.GetLength' has not been expanded because unit 'System.SysUtils' is not specified in USES list
[dcc32 Hint] edbremote.pas(2174): H2077 Value assigned to 'TimedOut' never used
[dcc32 Hint] edblocal.pas(9590): H2077 Value assigned to 'SplitDeleteKeyIndex' never used
[dcc32 Hint] edblocal.pas(9589): H2077 Value assigned to 'SplitDeleteKeyCount' never used
[dcc32 Hint] edblocal.pas(9588): H2077 Value assigned to 'SplitRowCount' never used
[dcc32 Hint] edblocal.pas(9587): H2077 Value assigned to 'SplitKeyCount' never used
[dcc32 Hint] edblocal.pas(11234): H2077 Value assigned to 'TempResult' never used
[dcc32 Hint] edblocal.pas(11340): H2077 Value assigned to 'TempResult' never used
[dcc32 Hint] edblocal.pas(12216): H2077 Value assigned to 'TempResult' never used
[dcc32 Hint] edblocal.pas(17992): H2077 Value assigned to 'TEDBLocalExprEvaluator.EvaluateLOOP' never used
[dcc32 Hint] edblocal.pas(19679): H2077 Value assigned to 'TEDBLocalExprEvaluator.EvaluateBlock' never used
[dcc32 Hint] edblocal.pas(33076): H2077 Value assigned to 'TempResult' never used
[dcc32 Hint] edblocal.pas(34545): H2077 Value assigned to 'TEDBLocalDatabaseManager.LoadUpdates' never used
[dcc32 Hint] edblocal.pas(55588): H2077 Value assigned to 'TEDBQueryManager.Execute' never used
[dcc32 Hint] edblocal.pas(55592): H2077 Value assigned to 'TEDBQueryManager.Execute' never used
[dcc32 Hint] edbcomps.pas(10028): H2077 Value assigned to 'TEDBDataSet.FindRecord' never used

For me it is important to see the hints when I compile, to view if there is any error in my code.

Can you Elevate, remove these hints?.

Thank you and best regards.
Image