THRIFT-2328: Java eliminate all compiler warnings
authorjfarrell <jfarrell@apache.org>
Sat, 22 Feb 2014 01:15:16 +0000 (20:15 -0500)
committerjfarrell <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

index 5545b8c..815a354 100755 (executable)
@@ -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>