diff options
-rw-r--r-- | sal/rtl/alloc_global.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sal/rtl/alloc_global.cxx b/sal/rtl/alloc_global.cxx index ca6601bfd213..6dd24f186af7 100644 --- a/sal/rtl/alloc_global.cxx +++ b/sal/rtl/alloc_global.cxx @@ -237,6 +237,7 @@ void rtl_memory_fini() int i, n; /* clear g_alloc_table */ + // cppcheck-suppress sizeofwithsilentarraypointer memset (g_alloc_table, 0, sizeof(g_alloc_table)); /* cleanup g_alloc_caches */ |