diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2017-06-30 10:18:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2017-06-30 10:18:07 +0200 |
commit | 83634c9d11ea730f6525c66ba26a87e9d1ef3936 (patch) | |
tree | 4ad0b02122b0f45253e731e3d4422db52b56a713 /xmlsecurity/source/helper | |
parent | 97b1e38de486f81dc24b11e9cc24bd4422cb8721 (diff) |
loplugin:staticmethods
Change-Id: I68d02b89a2c55e41ad0d86392ed3994fa5410fac
Diffstat (limited to 'xmlsecurity/source/helper')
-rw-r--r-- | xmlsecurity/source/helper/xsecverify.cxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/xmlsecurity/source/helper/xsecverify.cxx b/xmlsecurity/source/helper/xsecverify.cxx index bd9e7dbf7839..cd27355acc67 100644 --- a/xmlsecurity/source/helper/xsecverify.cxx +++ b/xmlsecurity/source/helper/xsecverify.cxx @@ -126,6 +126,8 @@ void XSecController::switchGpgSignature() xGpgSEInitializer->createSecurityContext(OUString())); } } +#else + (void) this; #endif } |