mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-08 13:38:40 +02:00
Disable -Wmissing-field-initializers
We really don't care about that one. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
fc70c4f862
commit
7cccee251f
1 changed files with 1 additions and 0 deletions
|
|
@ -59,6 +59,7 @@ cflags = [
|
||||||
'-Wredundant-decls',
|
'-Wredundant-decls',
|
||||||
'-Wincompatible-pointer-types',
|
'-Wincompatible-pointer-types',
|
||||||
'-Wformat=2',
|
'-Wformat=2',
|
||||||
|
'-Wno-missing-field-initializers',
|
||||||
'-Wmissing-declarations',
|
'-Wmissing-declarations',
|
||||||
|
|
||||||
'-fvisibility=hidden',
|
'-fvisibility=hidden',
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue