Skip to content

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.

3 participants