I am getting these messages during a build:
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.

So I tried redoing the config with
--with-boot-jdk-jvmargs="-Xlint:unchecked"
then touching the files and rebuilding but the build still used
-Xlint:-unchecked.

Is there a way to compile with -Xlint:unchecked?

Pete

Reply via email to