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

Removed unused function and variables to fix clang warning #136

Merged
merged 1 commit into from
Jan 9, 2025

Conversation

erincatto
Copy link
Contributor

Also updated to recommended minimum cmake version.

Perhaps this compiler option should be added:

target_compile_options(box2d PRIVATE -Wmissing-prototypes)

removed unused function and variables (clang warning)
@dougbinks dougbinks changed the base branch from master to dev January 9, 2025 11:12
@dougbinks dougbinks merged commit 308e249 into dougbinks:dev Jan 9, 2025
4 checks passed
@dougbinks
Copy link
Owner

Many thanks for the PR. I've merged to dev and will merge into master shortly.

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