Merge
authorjuh
Tue, 22 Oct 2013 03:49:50 +0000
changeset 21313 a07fdfb76d28
parent 21310 4595a9405051 (current diff)
parent 21312 621d868f96bf (diff)
child 21314 1a616b8bdb31
Merge
--- a/jdk/makefiles/Setup.gmk	Mon Oct 21 23:32:36 2013 -0400
+++ b/jdk/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