Skip to content

Commit 0f02f0c

Browse files
ShaharNavehSeeminSyed
authored andcommitted
CLN: Suppres compile warnings of pandas/io/sas/sas.pyx (pandas-dev#32517)
1 parent c82b02d commit 0f02f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/io/sas/sas.pyx

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ cdef const uint8_t[:] rdc_decompress(int result_length, const uint8_t[:] inbuff)
120120

121121
cdef:
122122
uint8_t cmd
123-
uint16_t ctrl_bits, ctrl_mask = 0, ofs, cnt
123+
uint16_t ctrl_bits = 0, ctrl_mask = 0, ofs, cnt
124124
int rpos = 0, k
125125
uint8_t[:] outbuff = np.zeros(result_length, dtype=np.uint8)
126126
Py_ssize_t ipos = 0, length = len(inbuff)

0 commit comments

Comments
 (0)