-
Bug
-
Resolution: Fixed
-
P4
-
7
-
None
-
b100
-
generic
-
generic
When building with JAVAC_MAX_WARNINGS=true, the build fails in
sun/nio/cs due to the use of -Werror.
The following webrev:
http://cr.openjdk.java.net/~andrew/warnings/webrev.03/
fixes the remaining warnings exposed by JAVAC_MAX_WARNINGS by:
* Removing redundant casts
* Adding generic types to a number of List, Map and Class instances
* Turning off deprecation warnings locally in make/sun/nio/cs/Makefile
sun/nio/cs due to the use of -Werror.
The following webrev:
http://cr.openjdk.java.net/~andrew/warnings/webrev.03/
fixes the remaining warnings exposed by JAVAC_MAX_WARNINGS by:
* Removing redundant casts
* Adding generic types to a number of List, Map and Class instances
* Turning off deprecation warnings locally in make/sun/nio/cs/Makefile