langtools/make/build.properties
changeset 1789 7ac8c0815000
parent 1359 4cba41f47776
child 1870 57a1138dffc8
--- a/langtools/make/build.properties	Thu Jan 08 16:34:58 2009 -0800
+++ b/langtools/make/build.properties	Tue Jan 13 13:27:14 2009 +0000
@@ -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,-rawtypes
+javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
 
 # options for the <javadoc> task for javac
 javadoc.jls3.url=http://java.sun.com/docs/books/jls/