Skip to content

Conversation

@pierreguillot
Copy link
Contributor

See: https://forum.juce.com/t/xcode-16-3-juce-8-0-7-warning-cast-function-type-mismatch/65776

Fix the cast-function-type-mismatch warnings if you are compiling for the x86_64 architecture with -Wextra.

You can reproduce the warnings with the AudioPluginHost example, using:
cmake -Bbuild -G Xcode -DJUCE_BUILD_EXTRAS=ON -DJUCE_BUILD_EXAMPLES=ON -DCMAKE_XCODE_GENERATE_SCHEME=ON -DCMAKE_OSX_ARCHITECTURES=« \$(ARCHS_STANDARD) » -DCMAKE_CXX_FLAGS="-Wall -Wextra"

@pierreguillot
Copy link
Contributor Author

Fixed here 17bf5c1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant