mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8177553: Address removal lint warnings in the JDK build
Reviewed-by: mchung, erikj
This commit is contained in:
parent
7940cccd43
commit
bdada9936e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue