8177553: Address removal lint warnings in the JDK build

Reviewed-by: mchung, erikj
This commit is contained in:
Joe Darcy 2017-04-13 14:38:13 -07:00
parent 7940cccd43
commit bdada9936e

View File

@ -32,7 +32,7 @@ DISABLE_WARNINGS := -Xlint:all,-deprecation,-removal,-unchecked,-rawtypes,-cast,
# 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.