From 07e9f85224d31b7046de8c1e08e6986502748d2b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kim=20Nguy=E1=BB=85n?= Date: Thu, 1 Mar 2012 14:20:37 +0100 Subject: [PATCH] Silence compiler warning. --- bp-core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bp-core.c b/bp-core.c index b01c1d2..70a0959 100644 --- a/bp-core.c +++ b/bp-core.c @@ -398,7 +398,7 @@ int degree_MB(bp *b, int i, int t, int td, int *ans,int ith) return CONTINUE; } -static int partition_range(int s,int t) +static void partition_range(int s,int t) { int i,j,h; -- 2.17.1