Skip to content

Commit 20afd5d

Browse files
committed
meson: drop explicit -Wextra
meson complains: ../meson.build:73: WARNING: Consider using the built-in warning_level option instead of using "-Wextra".
1 parent 32a93b9 commit 20afd5d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

meson.build

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ conf.set_quoted('PKGSYSCONFDIR', get_option('sysconfdir'))
2525
cc = meson.get_compiler('c')
2626

2727
c_args = '''
28-
-Wextra
2928
-Werror=undef
3029
-Werror=format=2
3130
-Wformat-security

0 commit comments

Comments
 (0)