r829: killed a harmless gcc warning
This commit is contained in:
parent
5d26ab0ee3
commit
624687b072
2
bwamem.c
2
bwamem.c
|
|
@ -1151,7 +1151,7 @@ void mem_process_seqs(const mem_opt_t *opt, const bwt_t *bwt, const bntseq_t *bn
|
|||
worker_t w;
|
||||
mem_pestat_t pes[4];
|
||||
double ctime, rtime;
|
||||
int i, has_alt = 0;
|
||||
int i;
|
||||
|
||||
for (i = 0; i < bns->n_seqs; ++i)
|
||||
if (bns->anns[i].is_alt) has_alt = 1;
|
||||
|
|
|
|||
Loading…
Reference in New Issue