mirror of https://github.com/apache/cassandra
quell all the 'internal proprietary API' warnings induced by Unsafe and friends
This commit is contained in:
parent
55ac89d248
commit
afe2e14079
|
|
@ -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"/>
|
||||
|
|
|
|||
Loading…
Reference in New Issue