You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@trafficserver.apache.org by GitBox <gi...@apache.org> on 2022/12/02 06:39:28 UTC

[GitHub] [trafficserver] maskit opened a new pull request, #9226: Fix format specifier for 64 bit integer

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

   ```
   UnixEventProcessor.cc:526:14: error: format specifies type 'long' but the argument has type 'unsigned long long' [-Werror,-Wformat]
                EThread::Metrics::LOOP_HISTOGRAM_BUCKET_SIZE.count() * Graph::lower_bound(id));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   UnixEventProcessor.cc:533:14: error: format specifies type 'long' but the argument has type 'unsigned long long' [-Werror,-Wformat]
                EThread::Metrics::API_HISTOGRAM_BUCKET_SIZE.count() * Graph::lower_bound(id));
                ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
   ```


-- 
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 #9226: Fix format specifier for 64 bit integer

Posted by GitBox <gi...@apache.org>.
maskit merged PR #9226:
URL: https://github.com/apache/trafficserver/pull/9226


-- 
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