maskit opened a new issue, #10364:
URL: https://github.com/apache/trafficserver/issues/10364

   IOBuffer.cc
   ```
    80make_buffer_size_parser()
    81{
    82  using L = swoc::Lexicon<int>;
        
   CID 1518567 (#1 of 1): Big parameter passed by value (PASS_BY_VALUE)
   pass_by_value: Capturing variable l of type make_buffer_size_parser()::L 
(size 352 bytes) by value, which exceeds the medium threshold of 256 bytes.
    83  return [l = L{
    84            L::with_multi{{0, {"128"}},
    85                          {1, {"256"}},
    86                          {2, {"512"}},
   ```
   


-- 
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: issues-unsubscr...@trafficserver.apache.org.apache.org

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

Reply via email to