loplugin:badstatics: further (Linux-only) static only found with libc++

Change-Id: I048212e3feb3f548d5a65940dd71ccb71cade778
This commit is contained in:
Stephan Bergmann
2016-06-30 12:53:40 +02:00
parent dc93e3330e
commit 2ea01fb900
2 changed files with 19 additions and 4 deletions

View File

@@ -148,6 +148,8 @@ public:
|| name == "theAddInAsyncTbl"
// sc/source/core/tool/adiasync.cxx, would leak
// ScAddInAsync* keys if that set is not empty at exit
|| name == "g_aWindowList"
//vcl/unx/gtk/a11y/atkutil.cxx, asserted empty at exit
) // these variables appear unproblematic
{
return true;