Skip to content

Commit 498da89

Browse files
committed
gotta static your inlines
1 parent c472517 commit 498da89

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test_src/test.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ char *double_to_string(double d, char *buffer) {
3333
return buffer + written;
3434
}
3535

36-
inline ffc_outcome parse_outcome(uint64_t len, const char* outcome_text) {
36+
static inline ffc_outcome parse_outcome(uint64_t len, const char* outcome_text) {
3737
static const struct { const char *name; ffc_outcome val; } map[] = {
3838
{"ok", FFC_OUTCOME_OK},
3939
{"out_of_range", FFC_OUTCOME_OUT_OF_RANGE},

0 commit comments

Comments
 (0)