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

Common/Network: Resolve -Wexpansion-to-defined warning #11520

Merged
merged 1 commit into from Jan 30, 2023

Conversation

lioncash
Copy link
Member

@lioncash lioncash commented Jan 30, 2023

Macros that expand to include the standard defined macro are undefined. This is pretty trivial to fix. We can just do the test and then define the name itself if it's true, rather than making the set of definition checks the macro itself.

Macros that expand to include the standard define macro are undefined.
This is pretty trivial to fix. We can just do the test and then define
the name itself if it's true, rather than making the set of definition
checks the macro itself.
@JosJuice JosJuice merged commit c63eb75 into dolphin-emu:master Jan 30, 2023
14 checks passed
@lioncash lioncash deleted the undefined branch January 31, 2023 04:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants