We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The C implementation currently has compiler warnings.
https://github.com/google/open-location-code/actions/runs/12468691641/job/34800362797
These are related to non-standard extensions implemented in our C implementation instead of what our specification requires.
The text was updated successfully, but these errors were encountered:
Fixed at #651
That PR
and results in no C build warnings
Sorry, something went wrong.
What are the warnings you want to address? Is it just?
warning: comparison of integer expressions of different signedness: 'int' and 'long unsigned int' [-Wsign-compare]
I wanted it to build clean with no warnings or errors as reported in GitHub actions
No branches or pull requests
The C implementation currently has compiler warnings.
https://github.com/google/open-location-code/actions/runs/12468691641/job/34800362797
These are related to non-standard extensions implemented in our C implementation instead of what our specification requires.
The text was updated successfully, but these errors were encountered: