8177553: Address removal lint warnings in the JDK build
authordarcy
Thu, 13 Apr 2017 14:38:13 -0700
changeset 44628 513c3026b94f
parent 44627 419ca167efc8
child 44629 99c63839ee97
child 44696 0db2f6470755
child 44724 8efb5c82a573
8177553: Address removal lint warnings in the JDK build Reviewed-by: mchung, erikj
make/common/SetupJavaCompilers.gmk
--- a/make/common/SetupJavaCompilers.gmk	Thu Apr 13 16:26:09 2017 +0000
+++ b/make/common/SetupJavaCompilers.gmk	Thu Apr 13 14:38:13 2017 -0700
@@ -32,7 +32,7 @@
 
 # If warnings needs to be non-fatal for testing purposes use a command like:
 # make JAVAC_WARNINGS="-Xlint:all -Xmaxwarns 10000"
-JAVAC_WARNINGS := -Xlint:all,-removal -Werror
+JAVAC_WARNINGS := -Xlint:all -Werror
 
 # The BOOT_JAVAC setup uses the boot jdk compiler to compile the tools
 # and the interim javac, to be run by the boot jdk.