bryancall opened a new pull request, #12690: URL: https://github.com/apache/trafficserver/pull/12690
Suppress false positive compiler warning when assigning single character string literal to std::string. This is a known GCC 12 bug that triggers when the optimizer inlines string operations with 1-character strings. The warning shows nonsensical memory access values (exabytes at negative offsets) which confirms it's a compiler analysis bug, not a real issue. Fixes build failure on Debian 12 with GCC 12 in Release mode. See: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=105329 -- 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]
