Merge branch 'main' into 2027

This commit is contained in:
Peter Johnson
2025-08-09 00:55:56 -07:00
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 {