Code Review
/
common
/
thrift.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3fa14a3
)
THRIFT-2328: Java eliminate all compiler warnings
author
jfarrell
<jfarrell@apache.org>
Sat, 22 Feb 2014 01:15:16 +0000
(20:15 -0500)
committer
jfarrell
<jfarrell@apache.org>
Sat, 22 Feb 2014 01:15:16 +0000
(20:15 -0500)
Client: Java
Patch: jfarrell
removes lint check for unchecked casts.
lib/java/build.xml
patch
|
blob
|
history
diff --git
a/lib/java/build.xml
b/lib/java/build.xml
index
5545b8c
..
815a354
100755
(executable)
--- a/
lib/java/build.xml
+++ b/
lib/java/build.xml
@@
-93,7
+93,6
@@
<target name="compile" depends="init">
<javac srcdir="${src}" destdir="${build.dir}" source="1.5" target="1.5"
debug="true" classpathref="compile.classpath" includeantruntime="false" encoding="UTF-8">
- <compilerarg value="-Xlint:unchecked"/>
</javac>
</target>