diff options
author | Thomas White <taw@physics.org> | 2013-11-28 10:49:34 +0100 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2013-11-28 10:49:34 +0100 |
commit | 15e4f69548354a1d4ca21bc1bc657d296ea09314 (patch) | |
tree | 62b1e56792296eda3d6985c846e6018379b446ab | |
parent | dec8eeb7fd4688f114970650fcd2d7cb2a96d21b (diff) |
Add UNUSED to a couple of functions
-rw-r--r-- | libcrystfel/src/integration.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libcrystfel/src/integration.c b/libcrystfel/src/integration.c index 013782f8..cec22a3a 100644 --- a/libcrystfel/src/integration.c +++ b/libcrystfel/src/integration.c @@ -1210,7 +1210,7 @@ static void add_to_rg_matrix(struct intcontext *ic, struct panel *p, } -static void refine_rigid_groups(struct intcontext *ic) +static void UNUSED refine_rigid_groups(struct intcontext *ic) { int i; @@ -1656,7 +1656,7 @@ static void integrate_rings(IntegrationMethod meth, Crystal *cr, } -static void resolution_cutoff(RefList *list, UnitCell *cell) +static void UNUSED resolution_cutoff(RefList *list, UnitCell *cell) { double *rmins; double *rmaxs; |