Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change XCODE_WARNING from =TRUE to =1 #143

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

baconpaul
Copy link
Collaborator

We defined the XCODE_WARNING flag =TRUE but juce defines it =1 in its headers and so with -Werror on macos you would get a -Wmacro-redefined with JUCE 7. Fix by changing =TRUE to =1

We defined the XCODE_WARNING flag =TRUE but juce defines it =1
in its headers and so with -Werror on macos you would get a
-Wmacro-redefined with JUCE 7. Fix by changing =TRUE to =1
@baconpaul baconpaul merged commit d37977e into free-audio:main Jan 29, 2024
19 checks passed
@baconpaul baconpaul deleted the xc-warning branch April 20, 2024 12:30
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