bryancall opened a new pull request, #12677: URL: https://github.com/apache/trafficserver/pull/12677
## Description Fix format mismatch warning in header_rewrite plugin that causes build failure on Ubuntu 20.04 with -Werror. ## Changes - Change format specifier from %d to %zu for private_data.ip_source in conditions.cc - ip_source is a uint64_t bitfield, so it needs %zu instead of %d ## Testing - Verified build succeeds on Ubuntu 20.04 with gcc and -Werror - Reproduces and fixes the CI failure seen in https://ci.trafficserver.apache.org/job/master/job/os_build/46610/ -- 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]
