summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2017-06-30 10:18:07 +0200
committerStephan Bergmann <sbergman@redhat.com>2017-06-30 10:18:07 +0200
commit83634c9d11ea730f6525c66ba26a87e9d1ef3936 (patch)
tree4ad0b02122b0f45253e731e3d4422db52b56a713
parent97b1e38de486f81dc24b11e9cc24bd4422cb8721 (diff)
loplugin:staticmethods
Change-Id: I68d02b89a2c55e41ad0d86392ed3994fa5410fac
-rw-r--r--xmlsecurity/source/helper/xsecverify.cxx2
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
}