From e110f9fc347596e9ab0487fb7e1b20338205fea6 Mon Sep 17 00:00:00 2001 From: Thomas White Date: Thu, 26 Jul 2012 16:54:56 -0700 Subject: Suppress a couple of warnings Since these will probably be around for a while... --- libcrystfel/src/reax.c | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/libcrystfel/src/reax.c b/libcrystfel/src/reax.c index 3124a77c..259ec199 100644 --- a/libcrystfel/src/reax.c +++ b/libcrystfel/src/reax.c @@ -439,7 +439,7 @@ static void squash_vectors(struct reax_search *s, double tol) } -static void show_vectors(struct reax_search *s, const char *pre) +static UNUSED void show_vectors(struct reax_search *s, const char *pre) { int i; @@ -709,12 +709,13 @@ static void refine_rigid_group(struct image *image, UnitCell *cell, } -static void refine_all_rigid_groups(struct image *image, UnitCell *cell, - double pmax, - double *fft_in, fftw_complex *fft_out, - fftw_plan plan, int smin, int smax, - struct detector *det, - struct reax_private *p) +static UNUSED void refine_all_rigid_groups(struct image *image, UnitCell *cell, + double pmax, + double *fft_in, + fftw_complex *fft_out, + fftw_plan plan, int smin, int smax, + struct detector *det, + struct reax_private *p) { int i; -- cgit v1.2.3