From b42be9b73cc2a9abf48727bb4269156ddcdb0c7d Mon Sep 17 00:00:00 2001 From: tlatorre Date: Fri, 14 Jun 2019 13:17:06 -0500 Subject: get rid of gcc warning --- src/likelihood.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/likelihood.c b/src/likelihood.c index 1822553..dfe580e 100644 --- a/src/likelihood.c +++ b/src/likelihood.c @@ -1072,7 +1072,7 @@ double nll_best(event *ev) * the fitter by computing a likelihood ratio between the best fit * hypothesis and this ideal case. See Chapter 9 in Jayne's "Probability * Theory: The Logic of Science" for more details. */ - size_t i, j, nhit, maxj; + size_t i, j, nhit; static double logp[MAX_PE], nll[MAX_PMTS], mu[MAX_PMTS], ts[MAX_PMTS], ts_sigma; double log_mu, max_logp, mu_noise, mu_indirect_total, min_ratio; -- cgit