maskit opened a new pull request #7830:
URL: https://github.com/apache/trafficserver/pull/7830
```
HttpSessionManager.cc:150:79: error: format specifies type 'long long' but
the argument has type 'size_t' (aka 'unsigned long') [-Werror,-Wformat]
Debug("http_ss", "Search for host name only not IP. Pool size %"
PRId64, m_fqdn_pool.count());
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~
../../include/tscore/Diags.h:330:39: note: expanded from macro 'Debug'
diags->log(tag, DL_Debug, &loc, __VA_ARGS__); \
^~~~~~~~~~~
```
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]