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

CMake: Fix unused compiler flag warning #9589

Merged

Conversation

Dentomologist
Copy link
Contributor

@Dentomologist Dentomologist commented Mar 15, 2021

Add a check to define FMT_EXCEPTIONS = 0 when compiling on MacOS.

Replaces -fno-objc-exceptions, which also disabled fmt exceptions but generated warnings when compiling c++ files.

@Dentomologist Dentomologist marked this pull request as draft March 15, 2021 20:26
Add a check to define FMT_EXCEPTIONS = 0 when compiling on MacOS.

Replaces -fno-objc-exceptions, which also disabled fmt exceptions but
generated warnings when compiling c++ files.
@Dentomologist Dentomologist marked this pull request as ready for review March 16, 2021 20:46
@leoetlino leoetlino merged commit cd0db58 into dolphin-emu:master Mar 27, 2021
10 checks passed
@Dentomologist Dentomologist deleted the fix_no_objc_exceptions_warning branch March 27, 2021 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants