Skip to content

Commit 505b6e7

Browse files
WillAydjreback
authored andcommitted
Fixed tokenizer build warnings (#29613)
1 parent d691ec0 commit 505b6e7

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)