[fpc-pascal] How to solve "variable does not seem to be initialized" compiler hint.
Graeme Geldenhuys
graeme at mastermaths.co.za
Wed Nov 18 14:34:02 CET 2009
Flávio Etrusco wrote:
>> begin
>> {$PUSH}
>> {$HINTS OFF}
>> FillChar(x,count,Value);
>> {$POP}
>> end;
>>
>
> Shouldn't this code too raise a warning?
No, that's what the {$HINTS OFF} is used for - hiding the compiler hints
& warnings.
Regards,
- Graeme -
--
fpGUI Toolkit - a cross-platform GUI toolkit using Free Pascal
http://opensoft.homeip.net/fpgui/
More information about the fpc-pascal
mailing list