From: Arran Cudbard-Bell Date: Mon, 25 Jan 2021 22:52:44 +0000 (+0000) Subject: Missing inline X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e84d4e3d8d96cfe1888a2b50d19e7aa8e82f4c91;p=thirdparty%2Ffreeradius-server.git Missing inline --- diff --git a/src/lib/util/strerror.c b/src/lib/util/strerror.c index 880759fe0e..112b36d702 100644 --- a/src/lib/util/strerror.c +++ b/src/lib/util/strerror.c @@ -430,7 +430,7 @@ void fr_strerror_const(char const *msg) * * @hidecallergraph */ -static CC_HINT(always_inline) fr_log_entry_t *strerror_const_push(fr_log_buffer_t *buffer, char const *msg) +static inline CC_HINT(always_inline) fr_log_entry_t *strerror_const_push(fr_log_buffer_t *buffer, char const *msg) { fr_log_entry_t *entry;