On 09 Mar 2015, at 17:25, Jürgen Hestermann wrote:
I get a warning that a local dynamic array variable is not
initialized.
Aren't such managed types initialized by default?
On http://wiki.freepascal.org/Dynamic_array it says:
Actually, dynamic arrays are pointers with automatic dereferencing.
They are initialized to *nil* automatically.
So why the warning?
http://bugs.freepascal.org/view.php?id=24601#c75617 (and the comment
below + use -vq to see warning numbers, and -vmXXXX to block a
particular warning number).
Jonas
_______________________________________________
fpc-pascal maillist - fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal