You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix -Wuseless-cast compiler warning for public headers (#115)
**Issue #:**
awslabs/aws-c-common#973
**Research:**
6 years ago, PR #5 made these constants `uint32_t` via a cast.
**Description of changes:**
Avoid `-Wuseless-cast` warnings, don't cast `size_t` to `uint32_t` on 32-bit platforms.
0 commit comments