summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2022-02-24 10:54:20 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2022-02-24 14:34:30 +1000
commit1ca6fca7932d540ea7765bb9f66be050f61592aa (patch)
tree8fbc78104ed4737ae22eb703b0d9dc7fd1e519d6
parentc0f77b600122a3d8bdefa7a20a84f4049681d1e7 (diff)
downloadxf86-input-wacom-1ca6fca7932d540ea7765bb9f66be050f61592aa.tar.gz
meson.build: comment out -Wall -Wextra
These are handled as part of meson's warning_level project option Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--meson.build4
1 files changed, 2 insertions, 2 deletions
diff --git a/meson.build b/meson.build
index c6c7c65..54a7ea6 100644
--- a/meson.build
+++ b/meson.build
@@ -22,8 +22,8 @@ dir_include = 'include'
cc = meson.get_compiler('c')
cflags = [
- '-Wall',
- '-Wextra',
+ # '-Wall', handled through meson's warning_level option
+ # '-Wextra', handled through meson's warning_level option
'-Wno-unused-parameter',
'-Wmissing-prototypes',
'-Wstrict-prototypes',