Repository: thrift Updated Branches: refs/heads/master 3fa14a399 -> 567df43e8
THRIFT-2328: Java eliminate all compiler warnings Client: Java Patch: jfarrell removes lint check for unchecked casts. Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/567df43e Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/567df43e Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/567df43e Branch: refs/heads/master Commit: 567df43e80b46bf8537875c1ac817c8f9af6277b Parents: 3fa14a3 Author: jfarrell <[email protected]> Authored: Fri Feb 21 20:15:16 2014 -0500 Committer: jfarrell <[email protected]> Committed: Fri Feb 21 20:15:16 2014 -0500 ---------------------------------------------------------------------- lib/java/build.xml | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/567df43e/lib/java/build.xml ---------------------------------------------------------------------- diff --git a/lib/java/build.xml b/lib/java/build.xml index 5545b8c..815a354 100755 --- 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>
