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

Fix build error with Xcode 16 #154

Merged
merged 1 commit into from
Sep 27, 2024
Merged

Conversation

CoreNion
Copy link
Contributor

close: #150

Remove the `GCC_WARN_INHIBIT_ALL_WARNINGS' option, which is not supported in Xcode 16.
This option is intended to reduce the number of warnings and, of course, has no effect on the operation of the library.

* darwin: remove `GCC_WARN_INHIBIT_ALL_WARNINGS` option not supported in Xcode 16
@jonasfj jonasfj merged commit 58bc71a into google:master Sep 27, 2024
5 of 6 checks passed
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.

Not working latest Xcode 16.0
2 participants