8048839: Reverse sense of -Xlint options in build of jdk repo
authordarcy
Mon, 30 Jun 2014 18:17:46 -0700
changeset 25179 ec71696ed1f5
parent 25178 dbab904451e9
child 25180 36c18cc1bc60
8048839: Reverse sense of -Xlint options in build of jdk repo Reviewed-by: tbell, mikael
jdk/make/Setup.gmk
--- a/jdk/make/Setup.gmk	Mon Jun 30 16:32:36 2014 +0400
+++ b/jdk/make/Setup.gmk	Mon Jun 30 18:17:46 2014 -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,auxiliaryclass,cast,classfile,dep-ann,divzero,empty,fallthrough,finally,overloads,overrides,serial,static,try,varargs -Werror
+JAVAC_WARNINGS := -Xlint:all,-deprecation,-rawtypes,-unchecked -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