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/rejection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/rejection.c') 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; -- cgit v1.2.3