Skip to content

Conversation

@RaphiaRa
Copy link
Owner

@RaphiaRa RaphiaRa commented Sep 2, 2025

  • Enable additional compiler warnings and fix resulting issues
  • Fix a tiny issue in the README
  • Update amalgamated file
  • Use more compatible version of alignof (defining structs within offsetof is not allowed pre C23)

RaphiaRa added 8 commits July 1, 2025 23:03
Replace uint32_t with size_t in hashmap functions to
avoid conversion warnings (treatet as errors) when comparing
with hashmap size or indexes.

Also, using size_t should be more efficient.
Defining types withing offsetof is not allwed in pre C23.
Use null pointer trick to get the offset.
@RaphiaRa RaphiaRa changed the title Minor improvements Minor improvements and compatibility fixes Sep 2, 2025
@RaphiaRa RaphiaRa merged commit 07eaa09 into main Sep 3, 2025
2 checks passed
@RaphiaRa RaphiaRa deleted the dev branch September 3, 2025 23:56
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