You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am on Mac using Xcode 13.2.1, and when compiling externals there are some compiler warnings in max-sdk-base saying "This function declaration is not a prototype". It suggests to add void to the method body, which will resolve it.
I am guessing this happens when compiling sources as C++ files, as opposed to pure C files, which won't trigger the warnings.
I believe it is harmless, but annoying indeed... Could it be fixed in a future update?
The text was updated successfully, but these errors were encountered:
Hi there,
I am on Mac using Xcode 13.2.1, and when compiling externals there are some compiler warnings in max-sdk-base saying "This function declaration is not a prototype". It suggests to add void to the method body, which will resolve it.
I am guessing this happens when compiling sources as C++ files, as opposed to pure C files, which won't trigger the warnings.
I believe it is harmless, but annoying indeed... Could it be fixed in a future update?
The text was updated successfully, but these errors were encountered: