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 0923b85 commit e06bec0Copy full SHA for e06bec0
setup.py
@@ -21,7 +21,7 @@
21
else:
22
kernel41 = None
23
24
-CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-missing-field-initializers', '-Wno-strict-aliasing', '-Wno-cast-function-type', '-Wno-error=format-truncation=', '-Wno-error=sizeof-pointer-memaccess' ]
+CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-missing-field-initializers', '-Wno-strict-aliasing' ]
25
26
classifiers = ['Development Status :: 3 - Alpha',
27
'Operating System :: POSIX :: Linux',
0 commit comments