[fpc-devel] Compiler hint for uninitialized local variable minor mistake

ABorka fpc-devel at aborka.com
Fri May 29 01:44:31 CEST 2009


fillchar(tmp, sizeof(tmp), #0);

gives the Hint: Local variable "tmp" does not seem to be initialized
message upon compilation, which should not happen because it is actually 
the initialization.




More information about the fpc-devel mailing list