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

_______________________________________________
Classpath-patches mailing list
Classpath-patches@gnu.org
http://lists.gnu.org/mailman/listinfo/classpath-patches

Reply via email to