From: Kim Nguyễn Date: Thu, 1 Mar 2012 13:20:37 +0000 (+0100) Subject: Silence compiler warning. X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Flibbp.git;a=commitdiff_plain;h=07e9f85224d31b7046de8c1e08e6986502748d2b Silence compiler warning. --- 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;