Skip to content

Commit 894b1f1

Browse files
committed
Need inline for always_inline to work
1 parent 7856f9b commit 894b1f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/json/json.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -496,7 +496,7 @@ void fr_json_version_print(void)
496496
* - 0 on success.
497497
* - -1 on error.
498498
*/
499-
static CC_HINT(always_inline)
499+
static inline CC_HINT(always_inline)
500500
int json_afrom_value_box(TALLOC_CTX *ctx, json_object **out,
501501
fr_value_box_t const *vb, fr_json_format_t const *format)
502502
{

0 commit comments

Comments
 (0)