8177553: Address removal lint warnings in the JDK build
Reviewed-by: mchung, erikj
This commit is contained in:
parent
7940cccd43
commit
bdada9936e
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user