I’m unable to compile an app with the latest version of the Meeting SDK (5.11.10):
There should be no semicolon before DEPRECATED_MSG_ATTRIBUTE.
I’ve found the issue.
This happens only if “Treat warnings as errors” is enabled. I’ve added “-Wno-error=missing-declarations” to the compiler options in order to make this error a warning again.
Anyway, It would be nice if the warning I’ve described in the first post would be fixed. Thanks.