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 4f6f5f9 commit 20b55a6Copy full SHA for 20b55a6
meson.build
@@ -47,7 +47,7 @@ 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']),
+ cc.get_supported_arguments(['-Wno-error=unused-parameter', '-Wno-error=unused-function']),
51
language: 'c',
52
)
53
cy = meson.get_compiler('cython')
0 commit comments