diff --git a/meson.build b/meson.build index b4d5964bf12..3f742b5b493 100644 --- a/meson.build +++ b/meson.build @@ -353,7 +353,7 @@ foreach arg : ['unused-parameter', endif endforeach -if cc.compiles(' +if cc.compiles(''' #include #include typedef uint64_t usec_t; @@ -362,7 +362,7 @@ if cc.compiles(' struct timespec now; return 0; } -', name : '-Werror=shadow with local shadowing') +''', name : '-Werror=shadow with local shadowing') add_project_arguments('-Werror=shadow', language : 'c') endif