# HG changeset patch # User mcimadamore # Date 1222698627 -3600 # Node ID 0c4fa115f87d696ab38c532b1786043f39bd001e # Parent 1a9276e7cb189b0adcea7b56687500f3ee8a7270 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 diff -r 1a9276e7cb18 -r 0c4fa115f87d make/build.properties --- a/make/build.properties Mon Sep 29 12:00:29 2008 +0100 +++ b/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 task for javac javadoc.jls3.url=http://java.sun.com/docs/books/jls/