aboutsummaryrefslogtreecommitdiff
path: root/src/rejection.c
diff options
context:
space:
mode:
authorThomas White <taw@physics.org>2017-07-21 11:39:27 +0200
committerThomas White <taw@physics.org>2017-07-21 11:39:27 +0200
commit1585396d6bbe3375d21b2906251ee6762a6fcca4 (patch)
treeb009efdce0f787d63a262619870037710f3256e6 /src/rejection.c
parentc47b072d15a1e4828e052910bbdab8c7c4bd88de (diff)
Tidy up some warnings
Diffstat (limited to 'src/rejection.c')
-rw-r--r--src/rejection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rejection.c b/src/rejection.c
index 441a83e6..10f13f9c 100644
--- a/src/rejection.c
+++ b/src/rejection.c
@@ -155,7 +155,7 @@ static void check_cc(Crystal *cr, RefList *full)
}
-static void check_ccs(Crystal **crystals, int n_crystals, RefList *full)
+static UNUSED void check_ccs(Crystal **crystals, int n_crystals, RefList *full)
{
int i;