8039102: Add raw and unchecked lint warnings to build of jdk repository
Reviewed-by: tbell
This commit is contained in:
parent
8c6d88b327
commit
8bfd74fd09
@ -27,7 +27,7 @@ DISABLE_WARNINGS := -Xlint:all,-deprecation,-unchecked,-rawtypes,-cast,-serial,-
|
||||
|
||||
# To build with all warnings enabled, do the following:
|
||||
# make JAVAC_WARNINGS="-Xlint:all -Xmaxwarns 10000"
|
||||
JAVAC_WARNINGS := -Xlint:all,-deprecation,-rawtypes,-unchecked -Werror
|
||||
JAVAC_WARNINGS := -Xlint:all,-deprecation -Werror
|
||||
|
||||
# Any java code executed during a JDK build to build other parts of the JDK must be
|
||||
# executed by the bootstrap JDK (probably with -Xbootclasspath/p: ) and for this
|
||||
|
Loading…
x
Reference in New Issue
Block a user