X Tutup
Skip to content

Commit 5bd72d0

Browse files
committed
1 parent b4b113a commit 5bd72d0

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
@@ -27,7 +27,7 @@
2727
'Programming Language :: Python :: Implementation :: CPython',
2828
)
2929

30-
cflags = ['-std=c99']
30+
cflags = ['-std=c99', '-Wno-error=declaration-after-statement']
3131
input_c = Extension('evdev._input', sources=['evdev/input.c'], extra_compile_args=cflags)
3232
uinput_c = Extension('evdev._uinput', sources=['evdev/uinput.c'], extra_compile_args=cflags)
3333
ecodes_c = Extension('evdev._ecodes', sources=['evdev/ecodes.c'], extra_compile_args=cflags)

0 commit comments

Comments
 (0)
X Tutup