Repository: cassandra Updated Branches: refs/heads/cassandra-2.1 2e456f56a -> 09feef30b
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/cassandra-2.1 Commit: 256109c34f8536f00d3bd9240ad029e9c85b550f Parents: 453a074 Author: Sylvain Lebresne <[email protected]> Authored: Tue May 13 14:05:41 2014 +0200 Committer: Sylvain Lebresne <[email protected]> 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}">
