Skip to content

Commit c8fe070

Browse files
committed
Enable extra gcc warnings
1 parent 43c8d5d commit c8fe070

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
@@ -18,7 +18,7 @@
1818
else:
1919
kernel41 = None
2020

21-
CFLAGS = ['-Wall', '-Werror', '-Wno-format-security']
21+
CFLAGS = ['-Wall', '-Werror', '-Wextra', '-Wno-format-security']
2222

2323
classifiers = ['Development Status :: 3 - Alpha',
2424
'Operating System :: POSIX :: Linux',

0 commit comments

Comments
 (0)