[fpc-pascal] Incorrect hint message ? ( Hint: Local variable b does not seem to be initialized )

2007-08-22 Thread Skybuck Flying
Hello, The following hint message is displayed, which I doubt is correct which makes it interesting: project1.lpr(21,5) Hint: Local variable b does not seem to be initialized Unfortunately the debugger is not working on my system, Lazarus does not have a disassembly view so I can't see

Re: [fpc-pascal] Incorrect hint message ? ( Hint: Local variable b does not seem to be initialized )

2007-08-22 Thread Vinzent Hoefler
On Wednesday 22 August 2007 06:30, Skybuck Flying wrote: project1.lpr(21,5) Hint: Local variable b does not seem to be initialized [...] However when looking at the source code this hint message seems inaccurate. B is initialized by the procedure test. No, it's not. It says var, so