Skip to content

Commit b844a94

Browse files
WillAydMateusz Górski
authored and
Mateusz Górski
committed
Fixed tokenizer build warnings (pandas-dev#29613)
1 parent 78850b4 commit b844a94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pandas/_libs/src/parser/tokenizer.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -162,9 +162,9 @@ typedef struct parser_t {
162162
int64_t skip_footer;
163163
// pick one, depending on whether the converter requires GIL
164164
double (*double_converter_nogil)(const char *, char **,
165-
char, char, char, int);
165+
char, char, char, int, int *, int *);
166166
double (*double_converter_withgil)(const char *, char **,
167-
char, char, char, int);
167+
char, char, char, int, int *, int *);
168168

169169
// error handling
170170
char *warn_msg;

0 commit comments

Comments
 (0)