changeset 2545:ba5b16c9c6d8 jdk-9+166

8177553: Address removal lint warnings in the JDK build Reviewed-by: mchung, erikj
author darcy
date Thu, 13 Apr 2017 14:38:13 -0700
parents 455bd4cb2482
children cf6ee4d4c839 d3c1b028c499
files make/common/SetupJavaCompilers.gmk
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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.