You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by "maskit (via GitHub)" <gi...@apache.org> on 2023/06/08 18:30:27 UTC

[GitHub] [trafficserver] maskit opened a new pull request, #9805: Fix build issue on mac

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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [trafficserver] maskit merged pull request #9805: Fix build issue on mac

Posted by "maskit (via GitHub)" <gi...@apache.org>.
maskit merged PR #9805:
URL: https://github.com/apache/trafficserver/pull/9805


-- 
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: github-unsubscribe@trafficserver.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org