meson: Ignore format-truncation warnings
parent
d7dc9c0db5
commit
58df7dfc5c
|
@ -20,6 +20,7 @@ c_args = [
|
|||
|
||||
'-Wmissing-prototypes',
|
||||
'-Wno-unused-parameter',
|
||||
'-Wno-format-truncation',
|
||||
]
|
||||
|
||||
if buildtype != 'debug' and buildtype != 'debugoptimized'
|
||||
|
|
Loading…
Reference in New Issue