diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 19:38:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-11-17 19:38:41 +0100 |
commit | 60c51ac007e047a497eea1093f611df0467a5ceb (patch) | |
tree | e58c33e5ee31ce7c42192a1f5a46dee2f483ff0c /compilerplugins | |
parent | 86a1d732b3812d6040ce3e60558a8dd8017e42f8 (diff) |
Work around loplguins:badstatics
Change-Id: I9d8d0f6cc001de09d8d3f96d8ad7e243e07f426d
Diffstat (limited to 'compilerplugins')
-rw-r--r-- | compilerplugins/clang/badstatics.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/badstatics.cxx b/compilerplugins/clang/badstatics.cxx index 9f4841df82e0..03f0a27babaf 100644 --- a/compilerplugins/clang/badstatics.cxx +++ b/compilerplugins/clang/badstatics.cxx @@ -142,6 +142,8 @@ public: // vcl/osx/salmenu.cxx, AquaSalMenu::set/unsetMainMenu, not // owning || name == "s_pCaptureFrame" // vcl/osx/salframe.cxx, not owning + || name == "pBlink" + // sw/source/core/text/blink.cxx, _TextFinit() ) // these variables appear unproblematic { return true; |