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

http2: fix variable type #11312

Closed

Conversation

MarcelRaad
Copy link
Member

max_recv_speed is curl_off_t, so using size_t might result in -Wconversion GCC warnings for 32-bit size_t. Visible in the NetBSD ARM autobuilds.

`max_recv_speed` is `curl_off_t`, so using `size_t` might result in
-Wconversion GCC warnings for 32-bit `size_t`. Visible in the NetBSD
ARM autobuilds.

Closes curl#11312
@MarcelRaad MarcelRaad force-pushed the fix_http2_conversion_warning branch from df89bed to 1a42ecb Compare June 13, 2023 09:06
@bagder bagder closed this in 0e4c143 Jun 14, 2023
@MarcelRaad MarcelRaad deleted the fix_http2_conversion_warning branch June 14, 2023 10:58
bch pushed a commit to bch/curl that referenced this pull request Jul 19, 2023
`max_recv_speed` is `curl_off_t`, so using `size_t` might result in
-Wconversion GCC warnings for 32-bit `size_t`. Visible in the NetBSD
ARM autobuilds.

Closes curl#11312
ptitSeb pushed a commit to wasix-org/curl that referenced this pull request Sep 25, 2023
`max_recv_speed` is `curl_off_t`, so using `size_t` might result in
-Wconversion GCC warnings for 32-bit `size_t`. Visible in the NetBSD
ARM autobuilds.

Closes curl#11312
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

2 participants