Repository: thrift Updated Branches: refs/heads/master 305e42ae3 -> 98d9ef2bd
THRIFT-2328: Java eliminate all compiler warnings Client: java Patch: jfarrell reverting previous patch for 0.9.1 and will suppress individually or address for 1.0 Project: http://git-wip-us.apache.org/repos/asf/thrift/repo Commit: http://git-wip-us.apache.org/repos/asf/thrift/commit/98d9ef2b Tree: http://git-wip-us.apache.org/repos/asf/thrift/tree/98d9ef2b Diff: http://git-wip-us.apache.org/repos/asf/thrift/diff/98d9ef2b Branch: refs/heads/master Commit: 98d9ef2bd675e16dde9304061f71b6435caa5cf8 Parents: 305e42a Author: jfarrell <[email protected]> Authored: Sun Feb 23 22:56:58 2014 -0500 Committer: jfarrell <[email protected]> Committed: Sun Feb 23 22:56:58 2014 -0500 ---------------------------------------------------------------------- lib/java/build.xml | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/thrift/blob/98d9ef2b/lib/java/build.xml ---------------------------------------------------------------------- diff --git a/lib/java/build.xml b/lib/java/build.xml index 815a354..5545b8c 100755 --- 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>
