projects
/
platform
/
upstream
/
libinput.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fc70c4f
)
Disable -Wmissing-field-initializers
author
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 22 Jul 2021 05:16:56 +0000
(15:16 +1000)
committer
Peter Hutterer
<peter.hutterer@who-t.net>
Thu, 22 Jul 2021 23:14:43 +0000
(23:14 +0000)
We really don't care about that one.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
meson.build
patch
|
blob
|
history
diff --git
a/meson.build
b/meson.build
index e8971ce9de862c7e65741954aa3de679cfb62627..e78fafd14e4535310c017aadeadd4d10b7d72761 100644
(file)
--- a/
meson.build
+++ b/
meson.build
@@
-59,6
+59,7
@@
cflags = [
'-Wredundant-decls',
'-Wincompatible-pointer-types',
'-Wformat=2',
+ '-Wno-missing-field-initializers',
'-Wmissing-declarations',
'-fvisibility=hidden',