We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 10fa2bb commit ce1afebCopy full SHA for ce1afeb
pandas/src/numpy_helper.h
@@ -44,7 +44,7 @@ infer_type(PyObject* obj) {
44
}
45
46
PANDAS_INLINE npy_int64
47
-get_nat() {
+get_nat(void) {
48
return NPY_MIN_INT64;
49
50
0 commit comments