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

Add static keyword to avoid -Wmissing-prototypes #345

Merged
merged 2 commits into from
Nov 16, 2022

Conversation

zhangxy988
Copy link
Contributor

When compiling the code on mac catalyst (which uses IOS SDK), I ran into a compiler error with -Werror -Wmissing-prototypes.

When compiling the code on mac catalyst (which uses IOS SDK), I ran into a compiler error with `-Werror -Wmissing-prototypes`.
@CLAassistant
Copy link

CLAassistant commented Nov 10, 2022

CLA assistant check
All committers have signed the CLA.

@zhangxy988
Copy link
Contributor Author

The two CI failures don't seem related to my change.

@rpavlik
Copy link
Contributor

rpavlik commented Nov 14, 2022

Yeah, those aren't your fault, not sure why they're happening.

Could you add a changelog fragment in changes/sdk called pr.345.gh.OpenXR-SDK-Source.md with a brief statement of your change? See the readme in there for help.

@rpavlik rpavlik added in loader needs changelog fragment Someone, preferably the submitter, needs to add a changelog fragment describing this. labels Nov 14, 2022
@rpavlik-bot rpavlik-bot added the synced to gitlab Synchronized to OpenXR internal GitLab label Nov 16, 2022
@rpavlik-bot
Copy link
Collaborator

An issue (number 1874) has been filed to correspond to this pull request in the internal Khronos GitLab (Khronos members only: KHR:openxr/openxr#1874 ), to facilitate working group processes.

This GitHub pull request will continue to be the main site of discussion.

@rpavlik
Copy link
Contributor

rpavlik commented Nov 16, 2022

Thanks!

@rpavlik rpavlik merged commit b60b77f into KhronosGroup:main Nov 16, 2022
BattleAxeVR added a commit to BattleAxeVR/OpenXR-SDK-Source that referenced this pull request Nov 17, 2022
Add `static` keyword to avoid -Wmissing-prototypes (KhronosGroup#345)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
in loader needs changelog fragment Someone, preferably the submitter, needs to add a changelog fragment describing this. synced to gitlab Synchronized to OpenXR internal GitLab
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants