From 2ea01fb9002c4aceba724cabad663d6026381c0c Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 30 Jun 2016 12:53:40 +0200 Subject: loplugin:badstatics: further (Linux-only) static only found with libc++ Change-Id: I048212e3feb3f548d5a65940dd71ccb71cade778 --- compilerplugins/clang/badstatics.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'compilerplugins') diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index 4904e1a31d3e..12e6b931b3c6 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -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; -- cgit