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:
305e42a
)
THRIFT-2328: Java eliminate all compiler warnings
author
jfarrell
<jfarrell@apache.org>
Mon, 24 Feb 2014 03:56:58 +0000
(22:56 -0500)
committer
jfarrell
<jfarrell@apache.org>
Mon, 24 Feb 2014 03:56:58 +0000
(22:56 -0500)
Client: java
Patch: jfarrell
reverting previous patch for 0.9.1 and will suppress individually or address for 1.0
lib/java/build.xml
patch
|
blob
|
history
diff --git
a/lib/java/build.xml
b/lib/java/build.xml
index
815a354
..
5545b8c
100755
(executable)
--- a/
lib/java/build.xml
+++ b/
lib/java/build.xml
@@
-93,6
+93,7
@@
<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>