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/

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to