Project

General

Profile

Feature #1348 ยป 0077-Meson-Enable-Wtrailing-whitespace-on-C-compilations.patch

Marko Lindqvist, 05/26/2025 04:23 AM

View differences:

meson.build
cpp_args = [
'-Wno-deprecated-declarations',
'-fPIC'
'-fPIC',
'-Wtrailing-whitespace'
]
foreach arg : c_args
    (1-1/1)