6753718: raw type warnings should be suprresed during a langtools build
authormcimadamore
Mon, 29 Sep 2008 15:30:27 +0100
changeset 1359 4cba41f47776
parent 1358 a51c5f89f8af
child 1360 fd574e4926e3
6753718: raw type warnings should be suprresed during a langtools build Summary: fixed build.properties in order to suppress raw type warnings Reviewed-by: jjg
langtools/make/build.properties
--- a/langtools/make/build.properties	Mon Sep 29 12:00:29 2008 +0100
+++ b/langtools/make/build.properties	Mon Sep 29 15:30:27 2008 +0100
@@ -66,7 +66,7 @@
 # set the following to -version to verify the versions of javac being used
 javac.version.opt = 
 # in time, there should be no exceptions to -Xlint:all
-javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
+javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast,-rawtypes
 
 # options for the <javadoc> task for javac
 javadoc.jls3.url=http://java.sun.com/docs/books/jls/