changeset 8600:d0882a1deeb5

Merge
author juh
date Tue, 22 Oct 2013 03:49:50 +0000
parents f581b72e3715 f443d9b863cf
children 04ba97b7c2f9
files
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/makefiles/Setup.gmk	Mon Oct 21 23:32:36 2013 -0400
+++ b/makefiles/Setup.gmk	Tue Oct 22 03:49:50 2013 +0000
@@ -27,7 +27,7 @@
 
 # To build with all warnings enabled, do the following:
 # make JAVAC_WARNINGS="-Xlint:all -Xmaxwarns 10000"
-JAVAC_WARNINGS := -Xlint:-unchecked,-deprecation,-overrides,classfile,dep-ann,divzero,varargs -Werror
+JAVAC_WARNINGS := -Xlint:-unchecked,-deprecation,-overrides,auxiliaryclass,classfile,dep-ann,divzero,empty,try,varargs -Werror
 
 # Any java code executed during a JDK build to build other parts of the JDK must be 
 # executed by the bootstrap JDK (probably with -Xbootclasspath/p: ) and for this