From 42294e47bbff63e01639a8a70daa5e93c3380bc4 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Feb 2016 15:09:22 +0000 Subject: cppcheck-suppress sizeofwithsilentarraypointer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I794cb2f3f31e9ce48f3568bd5a4afc52abf0f934 Reviewed-on: https://gerrit.libreoffice.org/22160 Reviewed-by: Caolán McNamara Tested-by: Caolán McNamara --- sal/rtl/alloc_global.cxx | 1 + 1 file changed, 1 insertion(+) (limited to 'sal') 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 */ -- cgit