meson: Ignore format-truncation warnings

pull/68/head
Andri Yngvason 2023-04-30 13:30:47 +00:00
parent d7dc9c0db5
commit 58df7dfc5c
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ c_args = [
'-Wmissing-prototypes',
'-Wno-unused-parameter',
'-Wno-format-truncation',
]
if buildtype != 'debug' and buildtype != 'debugoptimized'