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

Fixed 'missing-prototypes' warnings for some vec2 funcs. #420

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Fixed 'missing-prototypes' warnings for some vec2 funcs. #420

merged 1 commit into from
Jun 11, 2024

Conversation

not-kaz
Copy link
Contributor

@not-kaz not-kaz commented Jun 9, 2024

Using gcc and missing-prototypes flag shows warnings for: glmc_vec2_fill, glmc_vec2_eq and glmc_vec2_eqv.
Seems they were not added to call/vec2.h for some reason. This should fix the warnings.

Using gcc and missing-prototypes flag shows warnings for:
glmc_vec2_fill, glmc_vec2_eq and glmc_vec2_eqv. 
Seems they were not added to call/vec2.h for some reason. This should fix the warnings.
@recp recp merged commit be0defb into recp:master Jun 11, 2024
@recp
Copy link
Owner

recp commented Jun 11, 2024

@not-kaz the PR is merged, thanks for your contributions 🚀

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