Skip to content

Commit e06bec0

Browse files
authored
Update setup.py
1 parent 0923b85 commit e06bec0

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
@@ -21,7 +21,7 @@
2121
else:
2222
kernel41 = None
2323

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' ]
24+
CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-missing-field-initializers', '-Wno-strict-aliasing' ]
2525

2626
classifiers = ['Development Status :: 3 - Alpha',
2727
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)