classpath-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cp-patches] disable ecj warnings


From: Mark Wielaard
Subject: Re: [cp-patches] disable ecj warnings
Date: Wed, 17 Aug 2005 00:19:17 +0200

Hi,

On Sun, 2005-08-14 at 19:00 -0400, Thomas Fitzsimmons wrote:
> I committed this.  The warning output from ecj was far too verbose.

> -JAVAC = $(ECJ) -encoding UTF-8 -warn:-deprecation,serial -proceedOnError 
> -bootclasspath '' -classpath $(compile_classpath) -d . @classes
> +JAVAC = $(ECJ) -encoding UTF-8 -warn:none -proceedOnError -bootclasspath '' 
> -classpath $(compile_classpath) -d . @classes

If possible please enable at least some warnings. See the jikes subset
for some useful warnings that you probably want to enable and some of
which you probably want to disable. Having no warnings at all is
probably not really that useful.

Cheers,

Mark

Attachment: signature.asc
Description: This is a digitally signed message part


reply via email to

[Prev in Thread] Current Thread [Next in Thread]