mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-26 11:41:09 +00:00
meson: add -Wundef as additional warning flag
This commit is contained in:
parent
6ce69859c5
commit
6b29292793
1 changed files with 1 additions and 0 deletions
|
@ -330,6 +330,7 @@ warning_flags = [
|
||||||
'-Wno-multichar',
|
'-Wno-multichar',
|
||||||
'-Wvla',
|
'-Wvla',
|
||||||
'-Wpointer-arith',
|
'-Wpointer-arith',
|
||||||
|
'-Wundef',
|
||||||
]
|
]
|
||||||
|
|
||||||
warning_c_flags = [
|
warning_c_flags = [
|
||||||
|
|
Loading…
Reference in a new issue