6711276: langtools has incorrect -Werror switch

Thu, 05 Jun 2008 13:46:26 -0700

author
jjg
date
Thu, 05 Jun 2008 13:46:26 -0700
changeset 47
12c9e612e9e3
parent 46
7708bd6d800d
child 48
c2abfb92ba69

6711276: langtools has incorrect -Werror switch
Reviewed-by: ksrini

make/build.properties file | annotate | diff | comparison | revisions
     1.1 --- a/make/build.properties	Tue Jun 03 13:26:47 2008 -0700
     1.2 +++ b/make/build.properties	Thu Jun 05 13:46:26 2008 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  #
     1.5 -# Copyright 2007 Sun Microsystems, Inc.  All Rights Reserved.
     1.6 +# Copyright 2007-2008 Sun Microsystems, Inc.  All Rights Reserved.
     1.7  # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8  #
     1.9  # This code is free software; you can redistribute it and/or modify it
    1.10 @@ -66,7 +66,7 @@
    1.11  # set the following to -version to verify the versions of javac being used
    1.12  javac.version.opt = 
    1.13  # in time, there should be no exceptions to -Xlint:all
    1.14 -javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial -Werror
    1.15 +javac.lint.opts = -Xlint:all,-deprecation,-fallthrough,-serial,-unchecked,-cast
    1.16  
    1.17  # options for the <javadoc> task for javac
    1.18  javadoc.jls3.url=http://java.sun.com/docs/books/jls/

mercurial