Repository: cassandra
Updated Branches:
  refs/heads/trunk 55ac89d24 -> afe2e1407


quell all the 'internal proprietary API' warnings induced by Unsafe and friends


Project: http://git-wip-us.apache.org/repos/asf/cassandra/repo
Commit: http://git-wip-us.apache.org/repos/asf/cassandra/commit/afe2e140
Tree: http://git-wip-us.apache.org/repos/asf/cassandra/tree/afe2e140
Diff: http://git-wip-us.apache.org/repos/asf/cassandra/diff/afe2e140

Branch: refs/heads/trunk
Commit: afe2e140796f8527520a1a702afae0855a90d24e
Parents: 55ac89d
Author: Dave Brosius <dbros...@mebigfatguy.com>
Authored: Mon Apr 28 23:14:05 2014 -0400
Committer: Dave Brosius <dbros...@mebigfatguy.com>
Committed: Mon Apr 28 23:14:05 2014 -0400

----------------------------------------------------------------------
 build.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cassandra/blob/afe2e140/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 9326424..2a6f6fe 100644
--- a/build.xml
+++ b/build.xml
@@ -672,6 +672,7 @@
                destdir="${build.classes.main}" includeantruntime="false" 
source="${source.version}" target="${target.version}">
             <src path="${build.src.java}"/>
             <src path="${build.src.gen-java}"/>
+               <compilerarg value="-XDignore.symbol.file"/>
             <classpath refid="cassandra.classpath"/>
         </javac>
         <antcall target="createVersionPropFile"/>

Reply via email to