From 8eb202ec8b58d1825436cfd8facab89285977074 Mon Sep 17 00:00:00 2001 From: Tom Date: Fri, 18 Oct 2019 16:40:38 +0100 Subject: Suppress unused warning. --- src/lib/utils/parsing.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib/utils') diff --git a/src/lib/utils/parsing.cpp b/src/lib/utils/parsing.cpp index ae95b1a87..f3e74d386 100644 --- a/src/lib/utils/parsing.cpp +++ b/src/lib/utils/parsing.cpp @@ -201,6 +201,7 @@ std::vector parse_asn1_oid(const std::string& oid) #if defined(BOTAN_HAS_ASN1) return OID(oid).get_components(); #else + BOTAN_UNUSED(oid); throw Not_Implemented("ASN1 support not available"); #endif } -- cgit v1.2.3