Am 06.04.2014 12:42 schrieb "Graeme Geldenhuys" < mailingli...@geldenhuys.co.uk>: > My usage of the $HINTS directive was to switch hints off for one or more > lines of code, then switch hints back on. An example of this would be > around the FillChar() call.
I wrote you that already some time ago: to be on the safe side you should use the following: === code begin === {$push} {$hints off} // code with disabled hints {$pop} === code end === Pop will restore the state that it was at the Push directive. Just in case: not Delphi compatible. Regards, Sven
_______________________________________________ fpc-pascal maillist - fpc-pascal@lists.freepascal.org http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal