From e84d4e3d8d96cfe1888a2b50d19e7aa8e82f4c91 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Mon, 25 Jan 2021 22:52:44 +0000 Subject: [PATCH] Missing inline --- src/lib/util/strerror.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.47.2