From 88a21422a37d8854c1eb22acf6e2b7d77e184725 Mon Sep 17 00:00:00 2001 From: MomIsBestFriend <> Date: Sat, 29 Feb 2020 15:58:56 +0200 Subject: [PATCH] Silence warnings when compiling pandas/_libs/parsers.pyx --- pandas/_libs/parsers.pyx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandas/_libs/parsers.pyx b/pandas/_libs/parsers.pyx index 3077f73a8d1a4..2fd227694800c 100644 --- a/pandas/_libs/parsers.pyx +++ b/pandas/_libs/parsers.pyx @@ -701,7 +701,7 @@ cdef class TextReader: char *word object name, old_name int status - uint64_t hr, data_line + uint64_t hr, data_line = 0 char *errors = "strict" StringPath path = _string_path(self.c_encoding)