6753718: raw type warnings should be suprresed during a langtools build

Mon, 29 Sep 2008 15:30:27 +0100

author
mcimadamore
date
Mon, 29 Sep 2008 15:30:27 +0100
changeset 123
0c4fa115f87d
parent 122
1a9276e7cb18
child 124
b81a9aa785ba

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

make/build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.properties	Mon Sep 29 12:00:29 2008 +0100
     1.2 +++ b/make/build.properties	Mon Sep 29 15:30:27 2008 +0100
     1.3 @@ -66,7 +66,7 @@
     1.4  # set the following to -version to verify the versions of javac being used
     1.5  javac.version.opt = 
     1.6  # in time, there should be no exceptions to -Xlint:all
     1.7 -javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
     1.8 +javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast,-rawtypes
     1.9  
    1.10  # options for the <javadoc> task for javac
    1.11  javadoc.jls3.url=http://java.sun.com/docs/books/jls/

mercurial