From: Jérémie Galarneau Date: Tue, 6 Jun 2023 15:20:06 +0000 (-0400) Subject: fmtlib: backport upstream fixes to suppress bogus gcc 13.1 warnings X-Git-Url: https://git.liburcu.org/?a=commitdiff_plain;h=ca496d870cc9a991c1c79c7db9d213845b181420;hp=ca496d870cc9a991c1c79c7db9d213845b181420;p=lttng-tools.git fmtlib: backport upstream fixes to suppress bogus gcc 13.1 warnings gcc 13.1 erroneously warns of dangling references when using our custom formatters. This was reported to both fmtlib and gcc and fixes have been provided, but are not released yet. This change backports two fixes from the master branch to our vendored version: https://github.com/fmtlib/fmt/commit/f61f15cc5b11582d50d02ba0514c5344f7b2600e https://github.com/fmtlib/fmt/commit/ef55d4f52ec527668a8e910a56ea79d9b939dbc2 For more information on the issue, see: https://github.com/fmtlib/fmt/issues/3415 https://gcc.gnu.org/git/gitweb.cgi?p=gcc.git;h=6b927b1297e66e26e62e722bf15c921dcbbd25b9 Signed-off-by: Jérémie Galarneau Change-Id: I30bbbbe5e0aa2729e50228acdb528ee060d9df23 ---