We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8fe070 commit 74e9123Copy full SHA for 74e9123
setup.py
@@ -18,7 +18,7 @@
18
else:
19
kernel41 = None
20
21
-CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-format-security']
+CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-format-security', '-Wno-missing-field-initializers']
22
23
classifiers = ['Development Status :: 3 - Alpha',
24
'Operating System :: POSIX :: Linux',
0 commit comments