suppressing hints[Re: [fpc-pascal] How to solve "variable does not seem to be initialized" compiler hint.]

"Vinzent Höfler" JeLlyFish.software at gmx.net
Thu Nov 19 23:16:26 CET 2009


Martin <fpc at mfriebe.de>:

> Ideally it would be, if there was a directive or similar, to suppress it 
> for given lines (or statements).
> one that is easier than {$push} { $HINT OFF} ... {$POP}

{$HINTS OFF}

... code ...

{$HINTS DEFAULT}

maybe? Whereas DEFAULT restores the switch to the original state.


Vinzent.

-- 
GRATIS für alle GMX-Mitglieder: Die maxdome Movie-FLAT!
Jetzt freischalten unter http://portal.gmx.net/de/go/maxdome01



More information about the fpc-pascal mailing list