gcj and '-Wall'?
Bryce McKinlay
bryce@albatross.co.nz
Sat Apr 1 00:00:00 GMT 2000
ADAM Sulmicki wrote:
> It seems that '-Wall' is not supported with gcj.
> Is this correct? I was hoping to use gcj to let me
> know about any unused variables, and any other possible
> bugs..
>> For that matter, does anyone know any other java compiler which has -Wall
> like feature?
Jikes has a pedantic compilation option (jikes +P) that is a bit like -Wall,
but it doesn't seem to report unused local variables - at least in the
version I have. It can get quite pendantic about your coding style though :)
regards
[ bryce ]
More information about the Java
mailing list