This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: gcj and '-Wall'?
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 ]