Re: [fpc-devel] Wrong docs: not initialized global variables

2018-07-06 Thread Ondrej Pokorny
On 07.07.2018 08:05, Ondrej Pokorny wrote: On 03.07.2018 22:08, Florian Klämpfl wrote: Am 03.07.2018 um 21:30 schrieb Ondrej Pokorny: On 03.07.2018 20:54, Florian Klämpfl wrote: program Project1; type    TMyArray = array[0..10] of Integer;    procedure Init2(var A: TMyArray);    begin A[2]

Re: [fpc-devel] Wrong docs: not initialized global variables

2018-07-06 Thread Ondrej Pokorny
On 03.07.2018 22:08, Florian Klämpfl wrote: Am 03.07.2018 um 21:30 schrieb Ondrej Pokorny: On 03.07.2018 20:54, Florian Klämpfl wrote: program Project1; type    TMyArray = array[0..10] of Integer;    procedure Init2(var A: TMyArray);    begin A[2] := 1;    end; var    A: TMyArray; begin   

Re: [fpc-devel] Wrong docs: not initialized global variables

2018-07-06 Thread Ondrej Pokorny
On 04.07.2018 12:08, Yuriy Sydorov wrote: Remove the warning or change it to a note in such case. Earlier in this thread I tried to convince the FPC team to downgrade the warning to a note. Without success. I was told that there is is no "good reason to change the priority of the message".

Re: [fpc-devel] Bugtracker 003007

2018-07-06 Thread Giuliano Colla
Il 25/02/2018 00:07, Sven Barth ha scritto: Am 24.02.2018 17:07 schrieb "Giuliano Colla" mailto:giuliano.co...@fastwebnet.it>>: Attn. Sven Bart Hi, on jan 14 I had told you that I had to postpone further work on the https://bugs.freepascal.org/view.php?id=33007