maskit opened a new pull request, #9805:
URL: https://github.com/apache/trafficserver/pull/9805

   ```
   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);
                                              ^
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to