projects
/
Macaco
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
761d676
)
Hid all warnings on compile.
author
Marco Zanon
<info@marcozanon.com>
Mon, 10 Jul 2017 12:42:59 +0000
(12:42 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Mon, 10 Jul 2017 12:42:59 +0000
(12:42 +0000)
5.x/build.xml
patch
|
blob
|
history
diff --git
a/5.x/build.xml
b/5.x/build.xml
index 0d7093d8504493096b6570d4f41df15000ff755f..8c5e047ab890e42b122617cd1bdce974e2cc39be 100644
(file)
--- a/
5.x/build.xml
+++ b/
5.x/build.xml
@@
-21,7
+21,7
@@
<target name="compile" depends="clean" description="Compiles .java source code to .class bytecode.">
<mkdir dir="target/classes/" />
<javac target="1.8" source="1.8" srcdir="src/java/" destdir="target/classes/">
- <compilerarg value="-Xlint" />
+ <compilerarg value="-Xlint
:none
" />
</javac>
</target>