[PATCH] class Certificate: disable unused member variable mInstCert for now. (cppcheck-1.65 warning.)

Wald Commits scm-commit at wald.intevation.org
Thu May 15 16:50:56 CEST 2014


# HG changeset patch
# User Bernhard Reiter <bernhard at intevation.de>
# Date 1400165352 -7200
# Node ID d59745a8a9bfd6d944f33c85b19ea0cf08894f7b
# Parent  fa9bcad3fe6544b4ba00e773a1cfa9d1a74abc18
class Certificate: disable unused member variable mInstCert for now. (cppcheck-1.65 warning.)

diff -r fa9bcad3fe65 -r d59745a8a9bf ui/certificate.h
--- a/ui/certificate.h	Tue Apr 29 21:27:31 2014 +0200
+++ b/ui/certificate.h	Thu May 15 16:49:12 2014 +0200
@@ -143,7 +143,7 @@
     void parseDetails(const QByteArray& cert);
 
     bool mValid;
-    bool mInstCert;
+    /* bool mInstCert; */
     bool mEditable;
 
     QString mSubjectOU,


More information about the Trustbridge-commits mailing list