Feature #1348 ยป 0077-Meson-Enable-Wtrailing-whitespace-on-C-compilations.patch
| meson.build | ||
|---|---|---|
|
cpp_args = [
|
||
|
'-Wno-deprecated-declarations',
|
||
|
'-fPIC'
|
||
|
'-fPIC',
|
||
|
'-Wtrailing-whitespace'
|
||
|
]
|
||
|
foreach arg : c_args
|
||