We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fd6981 commit 20efb84Copy full SHA for 20efb84
meson.build
@@ -47,7 +47,9 @@ endif
47
cc = meson.get_compiler('c')
48
add_project_arguments(
49
# https://github.com/cython/cython/issues/6870
50
- cc.get_supported_arguments(['-Wno-error=unused-parameter', '-Wno-error=unused-function']),
+ cc.get_supported_arguments(
51
+ ['-Wno-error=unused-parameter', '-Wno-error=unused-function'],
52
+ ),
53
language: 'c',
54
)
55
cy = meson.get_compiler('cython')
0 commit comments