mirror of
https://github.com/corda/corda.git
synced 2025-02-13 14:16:22 +00:00
Recent versions of jni.h such as the one provided by Debian Jessie's OpenJDK define UNUSED in a way that conflicts with our definition and usage, so we need to explicitly undefine it before redefining it to avoid compiler noise.