]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Missing inline
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Jan 2021 22:52:44 +0000 (22:52 +0000)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Mon, 25 Jan 2021 22:52:44 +0000 (22:52 +0000)
src/lib/util/strerror.c

index 880759fe0efea032c263ca98ef99ded2644c2026..112b36d702bfc3d5eab6a7da89e58e19e0ec3840 100644 (file)
@@ -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;