From a9b0d7f2411ba6b6aa273885e1a6069b63ab58be Mon Sep 17 00:00:00 2001 From: Aleksey Kliger Date: Thu, 4 Apr 2024 15:14:14 -0400 Subject: [PATCH] try fix win-x86 build warning --- src/coreclr/debug/runtimeinfo/data-descriptor.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/coreclr/debug/runtimeinfo/data-descriptor.c b/src/coreclr/debug/runtimeinfo/data-descriptor.c index d5e76252f7385..4f432a1f98b55 100644 --- a/src/coreclr/debug/runtimeinfo/data-descriptor.c +++ b/src/coreclr/debug/runtimeinfo/data-descriptor.c @@ -93,6 +93,7 @@ struct CDacStringPoolSizes #undef CDAC_GLOBAL_POINTER #undef CDAC_GLOBAL #undef CDAC_GLOBALS_END + char cdac_string_pool_trailing_nil; }; #define GET_TYPE_NAME(name) offsetof(struct CDacStringPoolSizes, MAKE_TYPELEN_NAME(name))