From 1585396d6bbe3375d21b2906251ee6762a6fcca4 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Fri, 21 Jul 2017 11:39:27 +0200 Subject: Tidy up some warnings --- src/cell_explorer.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/cell_explorer.c') diff --git a/src/cell_explorer.c b/src/cell_explorer.c index f6c2c590..f13a2e8b 100644 --- a/src/cell_explorer.c +++ b/src/cell_explorer.c @@ -1045,7 +1045,8 @@ static int guess_centering(HistoBox *b, UnitCell *cell) long int tots[8]; long int max = 0; long int total = 0; - int i, j, mxj; + int i, j; + int mxj = 99; /* Since the six histograms (a,b,c,al,be,ga) come from the same cells, * we only need to look at one of them */ -- cgit v1.2.3