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

General: Resolve -Wmissing-declaration warnings #12392

Merged
merged 3 commits into from Dec 11, 2023

Conversation

lioncash
Copy link
Member

Resolves warnings related to functions with external linkage not having any prototype declarations. In these cases, it's sufficient to make them internally linked with static.

Resolves a -Wmissing-declaration warning, since no prototype existed for
the function.
This had no function prototype, so this can be internally linked.

Resolves a -Wmissing-declaration warning.
These didn't have any prototypes and were generating
-Wmissing-declaration warnings.
@AdmiralCurtiss AdmiralCurtiss merged commit 4f02f52 into dolphin-emu:master Dec 11, 2023
11 checks passed
@lioncash lioncash deleted the decl branch December 11, 2023 22:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants