langtools/make/build.properties
changeset 26100 bb7dd001d190
parent 25848 3bc09f4676a9
child 26264 a09fedde76be
--- a/langtools/make/build.properties	Wed Aug 13 14:25:46 2014 -0400
+++ b/langtools/make/build.properties	Wed Aug 13 13:20:31 2014 -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/