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 issues in Xcode on Mac OS X (issue #181) #183

Merged
merged 1 commit into from
Nov 22, 2023

Conversation

mjh65
Copy link
Collaborator

@mjh65 mjh65 commented Nov 22, 2023

An Xcode project was generated by cmake. The build failed due to stricter defaults in the -Wall compiler flag. Added -Wno-conversion for all platforms in case other build systems also adopt this approach. Also added a required header that other toolchains did not detect.

An Xcode project was generated by cmake. The build failed due to stricter defaults in the -Wall compiler flag.
Added -Wno-conversion for all platforms in case other build systems also adopt this approach.
Also added a required header that other toolchains did not detect.
@mjh65 mjh65 changed the title Fix build issues in Xcode on Mac OS X. Fix build issues in Xcode on Mac OS X (issue #181) Nov 22, 2023
Copy link
Owner

@fpw fpw left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great, thank you!

@fpw fpw merged commit 103e5d6 into fpw:master Nov 22, 2023
@mjh65 mjh65 deleted the pr_xcode_build_fixes branch November 22, 2023 19:17
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.

2 participants