# HG changeset patch # User darcy # Date 1492119493 25200 # Node ID 513c3026b94fb222e29cd85e2dede9563f162fe0 # Parent 419ca167efc85089fa3f0a2b8e304c96a6433fb5 8177553: Address removal lint warnings in the JDK build Reviewed-by: mchung, erikj diff -r 419ca167efc8 -r 513c3026b94f 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.