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

Add cast from hsize_t to size_t #392

Merged
merged 2 commits into from
May 29, 2024
Merged

Add cast from hsize_t to size_t #392

merged 2 commits into from
May 29, 2024

Conversation

nahueespinosa
Copy link
Member

Proposed changes

This change improves compatibility with 32-bit platforms (armhf).
Related to #389.

Type of change

  • 🐛 Bugfix (change which fixes an issue)
  • 🚀 Feature (change which adds functionality)
  • 📚 Documentation (change which fixes or extends documentation)

Checklist

  • Lint and unit tests (if any) pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works
  • I have added necessary documentation (if appropriate)
  • All commits have been signed for DCO

This change improves compatibility with 32-bit platforms (`armhf`).

Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa self-assigned this May 29, 2024
@nahueespinosa nahueespinosa added bug Something isn't working cpp Related to C++ code labels May 29, 2024
Signed-off-by: Nahuel Espinosa <nespinosa@ekumenlabs.com>
@nahueespinosa nahueespinosa merged commit aafb943 into main May 29, 2024
9 of 10 checks passed
@nahueespinosa nahueespinosa deleted the nahuel/cast-to-size-t branch May 29, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working cpp Related to C++ code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants