diff -r 631425840408 -r d043adadc8b6 make/build.properties --- a/make/build.properties Fri Jul 24 14:47:01 2009 -0700 +++ b/make/build.properties Sun Jul 26 21:27:11 2009 -0700 @@ -68,7 +68,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 -Werror +javac.lint.opts = -Xlint:all,-deprecation -Werror # options for the task for javac javadoc.jls3.url=http://java.sun.com/docs/books/jls/