cppcheck-suppress sizeofwithsilentarraypointer

Change-Id: I794cb2f3f31e9ce48f3568bd5a4afc52abf0f934
Reviewed-on: https://gerrit.libreoffice.org/22160
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
This commit is contained in:
Caolán McNamara
2016-02-05 15:09:22 +00:00
parent 20491c664a
commit 42294e47bb

View File

@@ -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 */