mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-03 13:02:29 +00:00
meson: -Wformat-* require -Wformat
This commit is contained in:
parent
d67623c7a9
commit
9e44738ae7
1 changed files with 1 additions and 0 deletions
|
@ -344,6 +344,7 @@ warning_flags = [
|
||||||
'-Wredundant-decls',
|
'-Wredundant-decls',
|
||||||
'-Wundef',
|
'-Wundef',
|
||||||
'-Wwrite-strings',
|
'-Wwrite-strings',
|
||||||
|
'-Wformat',
|
||||||
'-Wformat-nonliteral',
|
'-Wformat-nonliteral',
|
||||||
'-Wformat-security',
|
'-Wformat-security',
|
||||||
'-Wold-style-definition',
|
'-Wold-style-definition',
|
||||||
|
|
Loading…
Reference in a new issue