mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usbutils.git
synced 2024-11-15 06:53:43 +08:00
meson: temporary disable extra noisy warning
It flags over 80 instances, which we should probably fix at some point. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
This commit is contained in:
parent
c738416051
commit
9d8ec635d7
@ -51,6 +51,7 @@ add_project_arguments(
|
||||
'-Wno-unused-function',
|
||||
'-Wno-deprecated-declarations',
|
||||
# should be removed and the code fixed
|
||||
'-Wno-discarded-qualifiers',
|
||||
'-Wno-incompatible-pointer-types-discards-qualifiers',
|
||||
'-Wno-missing-field-initializers',
|
||||
]),
|
||||
|
Loading…
Reference in New Issue
Block a user