Mark an argument of an inline function as unused
[openssl.git] / include / openssl / err.h
index fd3b93aa47de7a25cf415b7136e249764701a1c3..77bbba4f9f50f7eb4481a542be27131f57e1b1ef 100644 (file)
@@ -221,7 +221,7 @@ static ossl_inline int ERR_GET_LIB(unsigned long errcode)
     return (errcode >> ERR_LIB_OFFSET) & ERR_LIB_MASK;
 }
 
-static ossl_inline int ERR_GET_FUNC(unsigned long errcode)
+static ossl_inline int ERR_GET_FUNC(unsigned long errcode ossl_unused)
 {
     return 0;
 }