langtools/make/build.properties
changeset 5002 12a9e8562200
parent 4548 bc0d5b3c3b2d
child 5004 6c2694dc2da0
--- a/langtools/make/build.properties	Tue Feb 23 18:43:02 2010 -0800
+++ b/langtools/make/build.properties	Thu Feb 25 09:42:35 2010 -0800
@@ -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,-deprecation -Werror
+javac.lint.opts = -Xlint:all,-deprecation,-static -Werror
 
 # options for the <javadoc> task for javac
 javadoc.jls3.url=http://java.sun.com/docs/books/jls/