We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c66cba commit f4aaa8eCopy full SHA for f4aaa8e
pandas/_libs/meson.build
@@ -86,7 +86,8 @@ libs_sources = {
86
},
87
'lib': {
88
'sources': ['lib.pyx', 'src/parser/tokenizer.c'],
89
- 'c_args': ['-Wno-unused-function'], # cython issue 6603
+ # cython issue 6603
90
+ 'c_args': cc.get_supported_arguments(['-Wno-unused-function']),
91
92
'missing': {'sources': ['missing.pyx']},
93
'pandas_datetime': {
@@ -122,7 +123,8 @@ libs_sources = {
122
123
'properties': {'sources': ['properties.pyx']},
124
'reshape': {
125
'sources': ['reshape.pyx'],
126
127
128
129
'sas': {'sources': ['sas.pyx']},
130
'byteswap': {'sources': ['byteswap.pyx']},
0 commit comments