Hi!
On Sat, Jul 05, 2003 at 07:27:58PM +0800, Peter N Lewis wrote:
use -Wall
Does not do anything for me:
[...]
gpc -Wall -o testpas9 testpas9.pas
Same for me. Looks like a bug?
program Foo; var i: Integer; begin WriteLn (i) end.
gpc -W -Wall -O3 foo.pas (Documentation about -Wall says, you may have to switch on optimization). gives no warnings :-(
Eike