Skip to content

Commit ce1afeb

Browse files
larsmanswesm
authored andcommitted
ISO C function prototype
Prevent GCC -Wall warning.
1 parent 10fa2bb commit ce1afeb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/src/numpy_helper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ infer_type(PyObject* obj) {
4444
}
4545

4646
PANDAS_INLINE npy_int64
47-
get_nat() {
47+
get_nat(void) {
4848
return NPY_MIN_INT64;
4949
}
5050

0 commit comments

Comments
 (0)