No public description

COPYBARA_INTEGRATE_REVIEW=https://github.com/grpc/grpc/pull/41069 from laramiel:laramiel-patch-1 6c14dc354014df55def4e217e1b9bb51c75d0c3b
PiperOrigin-RevId: 859328344
This commit is contained in:
Laramie Leavitt
2026-01-21 17:18:46 -08:00
committed by Copybara-Service
parent 0111e45a64
commit c11767fda5

View File

@@ -31,7 +31,9 @@
#elif defined(__GNUC__)
#define GRPC_FUNCTION_SIGNATURE __PRETTY_FUNCTION__
#else
#define GRPC_FUNCTION_SIGNATURE "???()"
#define GRPC_FUNCTION_SIGNATURE \
"??" \
"?()"
#endif
namespace grpc_core {