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

Compile error with ngtcp2 #9204

Closed
jurisuk opened this issue Jul 26, 2022 · 2 comments
Closed

Compile error with ngtcp2 #9204

jurisuk opened this issue Jul 26, 2022 · 2 comments
Labels
build HTTP/3 h3 or quic related

Comments

@jurisuk
Copy link

jurisuk commented Jul 26, 2022

Most recent code produces this compile error:

  CC       vtls/libcurl_la-wolfssl.lo
  CC       vtls/libcurl_la-x509asn1.lo
  CC       vquic/libcurl_la-msh3.lo
  CC       vquic/libcurl_la-ngtcp2.lo
vquic/ngtcp2.c: In function ‘ng_flush_egress’:
vquic/ngtcp2.c:1942:12: error: void value not ignored as it ought to be
 1942 |         rv = nghttp3_conn_block_stream(qs->h3conn, stream_id);
      |            ^
vquic/ngtcp2.c:1951:12: error: void value not ignored as it ought to be
 1951 |         rv = nghttp3_conn_shutdown_stream_write(qs->h3conn, stream_id);
      |            ^
make[2]: *** [Makefile:3054: vquic/libcurl_la-ngtcp2.lo] Error 1
make[2]: Leaving directory '/var/build-git2/curl/lib'
make[1]: *** [Makefile:1363: all] Error 2
make[1]: Leaving directory '/var/build-git2/curl/lib'
make: *** [Makefile:1237: all-recursive] Error 1

Thanks!

@vszakats vszakats added HTTP/3 h3 or quic related build labels Jul 26, 2022
@vszakats
Copy link
Member

Ref: #9200

@bagder bagder changed the title Compile error Compile error with ngtcp2 Jul 26, 2022
@jay jay closed this as completed in 9bd40e2 Jul 26, 2022
@jay
Copy link
Member

jay commented Jul 26, 2022

Fixed now, thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build HTTP/3 h3 or quic related
Development

No branches or pull requests

3 participants