Skip to content

Commit 42fd72c

Browse files
committed
Revert "Add another unused-function?"
This reverts commit 930715b.
1 parent 930715b commit 42fd72c

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

pandas/_libs/meson.build

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,6 @@ _khash_primitive_helper_dep = declare_dependency(
5050
sources: _khash_primitive_helper,
5151
)
5252

53-
cc = meson.get_compiler('c')
54-
add_project_arguments(
55-
# https://github.com/cython/cython/issues/6870
56-
cc.get_supported_arguments(
57-
['-Wno-error=unused-parameter', '-Wno-error=unused-function'],
58-
),
59-
language: 'c',
60-
)
61-
6253
cdata = configuration_data()
6354
if cy.version().version_compare('>=3.1.0')
6455
cdata.set('freethreading_compatible', '1')

0 commit comments

Comments
 (0)