Project

General

Profile

Feature #76 ยป 0031-Meson-Enable-implicit-fallthrough-compiler-warnings.patch

Marko Lindqvist, 12/22/2023 02:59 PM

View differences:

meson.build
'-Wshadow',
'-Wold-style-declaration',
'-Wold-style-definition',
'-Wtype-limits'
'-Wtype-limits',
'-Wimplicit-fallthrough'
]
foreach arg : c_args
    (1-1/1)