You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cassandra.apache.org by sl...@apache.org on 2014/05/13 14:07:07 UTC

[2/5] git commit: Quiet the unsafe use warning during build

Quiet the unsafe use warning during build


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

Branch: refs/heads/trunk
Commit: 256109c34f8536f00d3bd9240ad029e9c85b550f
Parents: 453a074
Author: Sylvain Lebresne <sy...@datastax.com>
Authored: Tue May 13 14:05:41 2014 +0200
Committer: Sylvain Lebresne <sy...@datastax.com>
Committed: Tue May 13 14:05:54 2014 +0200

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


http://git-wip-us.apache.org/repos/asf/cassandra/blob/256109c3/build.xml
----------------------------------------------------------------------
diff --git a/build.xml b/build.xml
index 5cd47a6..af571ed 100644
--- a/build.xml
+++ b/build.xml
@@ -659,6 +659,7 @@
             <src path="${build.src.java}"/>
             <src path="${build.src.gen-java}"/>
             <classpath refid="cassandra.classpath"/>
+            <compilerarg value="-XDignore.symbol.file"/>
         </javac>
         <antcall target="createVersionPropFile"/>
         <copy todir="${build.classes.main}">