Warnings on AS3.2

Hi, looks like a load of warning have started appearing, e.g.

C:/Users/leehu/dev/JUCE/modules\juce_core/native/juce_android_JNIHelpers.h:563:58: warning: extra ‘;’ outside of a function is incompatible with C++98 [-Wc++98-compat-extra-semi]
DECLARE_JNI_CLASS (JavaByteBuffer, “java/nio/ByteBuffer”);

Can we get these cleaned up? thx

I’m not seeing them, and I’m using -Wall -Wextra -pedantic -Werror in an attempt to catch everything.

Is there anything different about your project config?

Found them.

Thanks for reporting. I’ll get that fixed.

1 Like