This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

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 ]




Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]