Feature #76 ยป 0031-Meson-Enable-implicit-fallthrough-compiler-warnings.patch
meson.build | ||
---|---|---|
'-Wshadow',
|
||
'-Wold-style-declaration',
|
||
'-Wold-style-definition',
|
||
'-Wtype-limits'
|
||
'-Wtype-limits',
|
||
'-Wimplicit-fallthrough'
|
||
]
|
||
foreach arg : c_args
|