Re: [fpc-pascal] New Warnings with fpc >= 3.2.0

2020-03-12 Thread stdreamer via fpc-pascal
On 11/3/2020 12:15 μ.μ., fredvs via fpc-pascal wrote: Hello. Compiling that code with fpc 3.2.0 gives the warning that follows: ---> if (kind <> tabulatorkindty(-1)) --> gives now the warning: "msedrawtext.pas(1115,48) Warning: range check error while evaluating constants (-1 must be between

Re: [fpc-pascal] modeswitch multihelpers precedence problem

2020-03-10 Thread stdreamer via fpc-pascal
On 10/3/2020 10:22 π.μ., Mattias Gaertner via fpc-pascal wrote: On Tue, 10 Mar 2020 00:57:12 -0400 Anthony Walter via fpc-pascal wrote: [...] What should happen is that both examples use the function from the last unit in the uses clause. Yes, that's how Pascal usually works and so it works