From 3a8dcbed75892ee63d73e9f9310f811e6267e504 Mon Sep 17 00:00:00 2001 From: René Korthaus Date: Thu, 18 Feb 2016 15:54:37 +0100 Subject: Fix remaining Wshadow warnings and enable on gcc and clang --- src/lib/cert/x509/x509_ext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/lib/cert') diff --git a/src/lib/cert/x509/x509_ext.cpp b/src/lib/cert/x509/x509_ext.cpp index 5e5b60677..b4b918529 100644 --- a/src/lib/cert/x509/x509_ext.cpp +++ b/src/lib/cert/x509/x509_ext.cpp @@ -448,7 +448,7 @@ class Policy_Information : public ASN1_Object OID oid; Policy_Information() {} - Policy_Information(const OID& oid) : oid(oid) {} + Policy_Information(const OID& oid_) : oid(oid_) {} void encode_into(DER_Encoder& codec) const override { -- cgit v1.2.3