mirror of https://github.com/xemu-project/xemu.git
meson: Disable -Wundef, -Wvla
This commit is contained in:
parent
f4482d3ced
commit
6b79ed8f3d
|
@ -717,8 +717,8 @@ warn_flags = [
|
|||
'-Wshadow=local',
|
||||
'-Wstrict-prototypes',
|
||||
'-Wtype-limits',
|
||||
'-Wundef',
|
||||
'-Wvla',
|
||||
# '-Wundef',
|
||||
# '-Wvla',
|
||||
'-Wwrite-strings',
|
||||
|
||||
# Then disable some undesirable warnings
|
||||
|
|
Loading…
Reference in New Issue