fix Advgrid/Taskdialog compilation hints

Hi,

Low priority, but when you next work on Advgrid.pas and taskdialog.pas, could you please fix these hints:

[dcc64 Hint] Advgrid.pas(33758): H2164 Variable 'fClr' is declared but never used in 'DrawCellGraphic'
[dcc64 Hint] Advgrid.pas(42367): H2164 Variable 'DirectInvalid' is declared but never used in 'TAdvStringGrid.WMLButtonDown'
[dcc64 Hint] taskdialog.pas(2481): H2164 Variable 'bw' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'
[dcc64 Hint] taskdialog.pas(2481): H2164 Variable 'bh' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'
[dcc64 Hint] taskdialog.pas(2486): H2164 Variable 'hf' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'
[dcc64 Hint] taskdialog.pas(2486): H2164 Variable 'pf' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'
[dcc64 Hint] taskdialog.pas(2488): H2164 Variable 'v' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'
[dcc64 Hint] taskdialog.pas(2490): H2164 Variable 'defIdx' is declared but never used in 'TAdvMessageForm.BuildTaskDialog'

It will stop my OCD complex triggering :slight_smile:

My OCD is asking for the version of the product you are using and for the version of Delphi you are using. :wink:

:D VCL UI Pack 10.4.2.0, the hints are triggered both on D10.1 Berlin and D10.3.3 Rio.

Cheers,

Nigel

Could not be seen with Delphi 10.4.1 here but has been fixed now. The next update will have these warnings removed.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.