summaryrefslogtreecommitdiffstats
path: root/src/misc/extra
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2014-10-28 23:53:17 -0700
committerAlan Mishchenko <alanmi@berkeley.edu>2014-10-28 23:53:17 -0700
commit135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c (patch)
tree125bcd8c87686becd6f492c775a37c2fe83f6d3d /src/misc/extra
parentc556baa92eb9973b1d181177557cfb9025196a92 (diff)
downloadabc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.tar.gz
abc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.tar.bz2
abc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.zip
Compiler warnings.
Diffstat (limited to 'src/misc/extra')
-rw-r--r--src/misc/extra/extraUtilSupp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/extra/extraUtilSupp.c b/src/misc/extra/extraUtilSupp.c
index bb513863..59a1d129 100644
--- a/src/misc/extra/extraUtilSupp.c
+++ b/src/misc/extra/extraUtilSupp.c
@@ -402,7 +402,7 @@ static inline int Abc_SuppCountOnes64( word i )
}
int Abc_SuppFindVar( Vec_Wec_t * pS, Vec_Wec_t * pD, int nVars )
{
- int v, vBest = -1, dBest;
+ int v, vBest = -1, dBest = -1;
for ( v = 0; v < nVars; v++ )
{
if ( Vec_WecLevelSize(pS, v) )