diff options
author | Thomas White <taw@physics.org> | 2017-07-21 11:39:27 +0200 |
---|---|---|
committer | Thomas White <taw@physics.org> | 2017-07-21 11:39:27 +0200 |
commit | 1585396d6bbe3375d21b2906251ee6762a6fcca4 (patch) | |
tree | b009efdce0f787d63a262619870037710f3256e6 /src/rejection.c | |
parent | c47b072d15a1e4828e052910bbdab8c7c4bd88de (diff) |
Tidy up some warnings
Diffstat (limited to 'src/rejection.c')
-rw-r--r-- | src/rejection.c | 2 |
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; |