[build] Small fixes to build on GCC 15 (#8148)

Co-authored-by: Tyler Veness <calcmogul@gmail.com>
This commit is contained in:
Iris
2025-08-09 02:07:41 -05:00
committed by GitHub
parent 9ac7e286f5
commit 78fa67099e
17 changed files with 44 additions and 14 deletions

View File

@@ -47,6 +47,10 @@
#pragma GCC diagnostic ignored "-Wunused-function"
#endif
#if __GNUC__ >= 15
#pragma GCC diagnostic ignored "-Wmaybe-musttail-local-addr"
#endif
namespace google {
namespace protobuf {
namespace internal {