langtools/make/build.properties
changeset 3378 22011d9a9398
parent 2982 090c71af18f6
child 3379 e37ab7805402
--- a/langtools/make/build.properties	Fri Jul 24 14:47:01 2009 -0700
+++ b/langtools/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 <javadoc> task for javac
 javadoc.jls3.url=http://java.sun.com/docs/books/jls/