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
--- 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/