Skip to content

Commit 20b55a6

Browse files
mroeschkeWillAyd
andauthored
Update meson.build
Co-authored-by: William Ayd <[email protected]>
1 parent 4f6f5f9 commit 20b55a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ endif
4747
cc = meson.get_compiler('c')
4848
add_project_arguments(
4949
# https://github.com/cython/cython/issues/6870
50-
cc.get_supported_arguments(['-Wno-error=unused-parameter']),
50+
cc.get_supported_arguments(['-Wno-error=unused-parameter', '-Wno-error=unused-function']),
5151
language: 'c',
5252
)
5353
cy = meson.get_compiler('cython')

0 commit comments

Comments
 (0)