Merge
authorjuh
Mon, 21 Oct 2013 22:05:31 +0000
changeset 21312 621d868f96bf
parent 21308 638d0533f230 (current diff)
parent 21311 38a542941f75 (diff)
child 21313 a07fdfb76d28
Merge
--- a/jdk/makefiles/Setup.gmk	Tue Oct 22 06:13:01 2013 +0900
+++ b/jdk/makefiles/Setup.gmk	Mon Oct 21 22:05:31 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