From 97b52a6a6d4407ca7df35e06e175fbddbd0bb715 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Wed, 8 Oct 2014 10:56:31 -0700 Subject: Compiler warnings. --- src/misc/extra/extraUtilThresh.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/misc') diff --git a/src/misc/extra/extraUtilThresh.c b/src/misc/extra/extraUtilThresh.c index 88752b7d..478e025c 100644 --- a/src/misc/extra/extraUtilThresh.c +++ b/src/misc/extra/extraUtilThresh.c @@ -282,7 +282,7 @@ int Extra_ThreshSelectWeights( word * t, int nVars, int * pW ) } int Extra_ThreshCheck( word * t, int nVars, int * pW ) { - int Chow[16], Chow0, nMints = (1 << nVars); + int Chow0, Chow[16]; if ( !Abc_TtIsUnate(t, nVars) ) return 0; Abc_TtMakePosUnate( t, nVars ); -- cgit v1.2.3