# HG changeset patch # User juh # Date 1382393131 0 # Node ID 621d868f96bf50754efc3410361e3f12b8f313a8 # Parent 638d0533f23044dd56d671ce822428e4a9440ead# Parent 38a542941f75611157f1992c1c2c35cf76b2e9bb Merge diff -r 638d0533f230 -r 621d868f96bf jdk/makefiles/Setup.gmk --- 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