fixed two mappy warnings

This commit is contained in:
Heng Li
2018-03-26 15:12:54 -04:00
parent 4740423afa
commit 7938ed4893
2 changed files with 3 additions and 2 deletions
+2 -1
View File
@@ -59,7 +59,8 @@ cdef extern from "minimap.h":
mm_idx_seq_t *seq
uint32_t *S
mm_idx_bucket_t *B
void *km, *h
void *km
void *h
ctypedef struct mm_idx_reader_t:
pass