Skip to content

Resolve GCC14 compiler warnings, add python 3.12/3.13 support, remove python 3.7 #70

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

Merged
merged 9 commits into from
Jul 8, 2025

Conversation

jerematt
Copy link
Collaborator

@jerematt jerematt commented Jul 7, 2025

Addresses the warnings in #69, although slightly differently, not by changing the cast, but instead not trying to dereference what is already a pointer to the char array.

Then when testing, found several other warnings when compiling with the latest GCC14, GCC15 and clang19 with -Wall and -Wextra - so addressed those too, mostly unused variables.

These changes should make no difference to the functionality of the code, but avoids compilation issues with newer setups.

Also adds support for Python 3.12 and 3.13, and removes support for Python 3.7

Copy link

@kevyndamezin kevyndamezin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@jerematt jerematt merged commit 9cec5ab into master Jul 8, 2025
8 checks passed
@jerematt jerematt deleted the resolve-compiler-warnings branch July 8, 2025 15:35
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