8024603: Turn on javac lint checking for auxiliaryclass, empty, and try in jdk build
authordarcy
Mon, 21 Oct 2013 13:36:04 -0700
changeset 21311 38a542941f75
parent 21307 d9d1ad598db1
child 21312 621d868f96bf
8024603: Turn on javac lint checking for auxiliaryclass, empty, and try in jdk build Reviewed-by: erikj, ihse, chegar
jdk/makefiles/Setup.gmk
--- a/jdk/makefiles/Setup.gmk	Mon Oct 21 12:52:37 2013 -0700
+++ b/jdk/makefiles/Setup.gmk	Mon Oct 21 13:36:04 2013 -0700
@@ -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