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

This commit is contained in:
Dave Brosius 2014-04-28 23:14:05 -04:00
parent 55ac89d248
commit afe2e14079
1 changed files with 1 additions and 0 deletions

View File

@ -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"/>