changeset 25800:654134c2176c

8039102: Add raw and unchecked lint warnings to build of jdk repository Reviewed-by: tbell
author darcy
date Thu, 31 Jul 2014 17:20:40 -0700
parents 1afc4675dc75
children da76619a8c19
files jdk/make/Setup.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/jdk/make/Setup.gmk	Thu Jul 31 17:01:24 2014 -0700
+++ b/jdk/make/Setup.gmk	Thu Jul 31 17:20:40 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:all,-deprecation,-rawtypes,-unchecked -Werror
+JAVAC_WARNINGS := -Xlint:all,-deprecation -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