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;
|
worker_t w;
|
||||||
mem_pestat_t pes[4];
|
mem_pestat_t pes[4];
|
||||||
double ctime, rtime;
|
double ctime, rtime;
|
||||||
int i, has_alt = 0;
|
int i;
|
||||||
|
|
||||||
for (i = 0; i < bns->n_seqs; ++i)
|
for (i = 0; i < bns->n_seqs; ++i)
|
||||||
if (bns->anns[i].is_alt) has_alt = 1;
|
if (bns->anns[i].is_alt) has_alt = 1;
|
||||||
|
|
|
||||||
2
main.c
2
main.c
|
|
@ -4,7 +4,7 @@
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
#ifndef PACKAGE_VERSION
|
#ifndef PACKAGE_VERSION
|
||||||
#define PACKAGE_VERSION "0.7.10-r828-dirty"
|
#define PACKAGE_VERSION "0.7.10-r829-dirty"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
int bwa_fa2pac(int argc, char *argv[]);
|
int bwa_fa2pac(int argc, char *argv[]);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue