bryancall opened a new pull request, #12715: URL: https://github.com/apache/trafficserver/pull/12715
GCC 12 produces a false positive -Wrestrict warning when assigning the string literal \"-\" to std::string in HttpUserAgent::set_txn(). Change to use char literal '-' instead of string literal \"-\" to avoid the warning, similar to commit 355a9ee34d. This fixes build #47293 failure on Debian 12 with GCC 12.2.0. https://ci.trafficserver.apache.org/job/master/job/os_build/47293/consoleFull -- 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]
