Skip to content

Commit

Permalink
Disable deprecation Java warnings in test_zs.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
mikir committed Aug 5, 2024
1 parent 0979f71 commit 88f1c0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/test_zs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ generate_ant_file()
<javac destdir="\${test_zs.classes_dir}" debug="on" encoding="utf8" includeAntRuntime="false">
<compilerarg value="-Xlint:all"/>
<compilerarg value="-Xlint:-cast"/>
<compilerarg value="-Xlint:-deprecation"/>
<compilerarg value="-Werror"/>
<classpath>
<pathelement location="\${runtime.jar_file}"/>
Expand Down

0 comments on commit 88f1c0b

Please sign in to comment.