langtools/make/build.properties
changeset 1359 4cba41f47776
parent 728 1c050d9b10c6
child 1789 7ac8c0815000
--- 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/