Mark an argument of an inline function as unused
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 16 Jul 2020 08:18:16 +0000 (10:18 +0200)
committerTomas Mraz <tmraz@fedoraproject.org>
Tue, 4 Aug 2020 11:34:38 +0000 (13:34 +0200)
commitc5b356d5d6cfca1128b35f235dfdb893f2888027
tree5efd5ba2c657cb5ec809b6db5d60e1f36e1acc0b
parentebc1e8fc4ec2888fdb99d487c064d8ef586f3ee3
Mark an argument of an inline function as unused

This allows users of this header file to compile their own code with
the gcc option -Wunused-parameter.

CLA: trivial

Reviewed-by: Matt Caswell <matt@openssl.org>
Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Tomas Mraz <tmraz@fedoraproject.org>
(Merged from https://github.com/openssl/openssl/pull/12459)
include/openssl/err.h