summaryrefslogtreecommitdiffstats
path: root/src/opt/rwr
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/opt/rwr
parentc556baa92eb9973b1d181177557cfb9025196a92 (diff)
downloadabc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.tar.gz
abc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.tar.bz2
abc-135bf3ecdf6609d4c8e97727cb3c8ad8042a6b4c.zip
Compiler warnings.
Diffstat (limited to 'src/opt/rwr')
-rw-r--r--src/opt/rwr/rwrEva.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/opt/rwr/rwrEva.c b/src/opt/rwr/rwrEva.c
index a4d50fca..463e9bd7 100644
--- a/src/opt/rwr/rwrEva.c
+++ b/src/opt/rwr/rwrEva.c
@@ -68,7 +68,7 @@ int Rwr_NodeRewrite( Rwr_Man_t * p, Cut_Man_t * pManCut, Abc_Obj_t * pNode, int
char * pPerm;
int Required, nNodesSaved;
int nNodesSaveCur = -1; // Suppress "might be used uninitialized"
- int i, GainCur, GainBest = -1;
+ int i, GainCur = -1, GainBest = -1;
abctime clk, clk2;//, Counter;
p->nNodesConsidered++;