Skip to content

http2: fix variable type#11312

Closed
MarcelRaad wants to merge 1 commit intocurl:masterfrom
MarcelRaad:fix_http2_conversion_warning
Closed

http2: fix variable type#11312
MarcelRaad wants to merge 1 commit intocurl:masterfrom
MarcelRaad:fix_http2_conversion_warning

Conversation

@MarcelRaad
Copy link
Copy Markdown
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.

2 participants