Skip to content

Commit c9229a3

Browse files
committed
BLD: add static to std_c_flags test program (see gh23538)
1 parent d79fe43 commit c9229a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ def std_c_flags(cmd):
293293
).get(compiler.compiler_type, ['-std=c99'])
294294

295295
if not flags_is_required(compiler, False, flags, textwrap.dedent('''
296-
inline int test_inline() { return 0; }
296+
inline static int test_inline() { return 0; }
297297
int main(void)
298298
{ return test_inline(); }
299299
''')):

0 commit comments

Comments
 (0)