Skip to content

Fix build issue on mac#9805

Merged
maskit merged 1 commit intoapache:masterfrom
maskit:fix_quic_build
Jun 8, 2023
Merged

Fix build issue on mac#9805
maskit merged 1 commit intoapache:masterfrom
maskit:fix_quic_build

Conversation

@maskit
Copy link
Member

@maskit maskit commented Jun 8, 2023

QUICPacketHandler_quiche.cc:194:54: error: cannot initialize a parameter of type 'size_t *' (aka 'unsigned long *') with an rvalue of type 'uint64_t *' (aka 'unsigned long long *')
  uint8_t *buf = udp_packet->get_entire_chain_buffer(&buf_len);
                                                     ^~~~~~~~
./I_UDPPacket.h:76:44: note: passing argument to parameter 'buf_len' here
  uint8_t *get_entire_chain_buffer(size_t *buf_len);
                                           ^

@maskit maskit added the QUIC label Jun 8, 2023
@maskit maskit added this to the 10.0.0 milestone Jun 8, 2023
@maskit maskit requested a review from brbzull0 June 8, 2023 18:30
@maskit maskit self-assigned this Jun 8, 2023
@maskit maskit marked this pull request as ready for review June 8, 2023 18:34
@maskit maskit added the Build work related to build configuration or environment label Jun 8, 2023
@maskit maskit merged commit fa91fda into apache:master Jun 8, 2023
bryancall pushed a commit to bryancall/trafficserver that referenced this pull request Jun 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Build work related to build configuration or environment QUIC

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

2 participants