Skip to content
Snippets Groups Projects
Commit 485f8934 authored by J. M. Bailey's avatar J. M. Bailey
Browse files

Compile with more informative lint setting

parent 45ff56ce
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,7 @@ javac.classpath=\ ...@@ -55,7 +55,7 @@ javac.classpath=\
${file.reference.open-dis7-entities-usa-surface.jar}:\ ${file.reference.open-dis7-entities-usa-surface.jar}:\
${file.reference.open-dis7-entities-usa-land.jar} ${file.reference.open-dis7-entities-usa-land.jar}
# Space-separated list of extra javac options # Space-separated list of extra javac options
javac.compilerargs= javac.compilerargs=-Xlint:unchecked
javac.deprecation=false javac.deprecation=false
javac.external.vm=true javac.external.vm=true
javac.modulepath= javac.modulepath=
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment