summaryrefslogtreecommitdiffstats
path: root/src/bdd
diff options
context:
space:
mode:
authorAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:06:39 -0800
committerAlan Mishchenko <alanmi@berkeley.edu>2012-02-17 00:06:39 -0800
commit2d316b86e29704c28487533518bf67f2672fcd8f (patch)
treeaa7531d477e2e287a60a0fd41da9b2284e3eceba /src/bdd
parent97856d021a1282cf3fb9a86701fff3ec403fe912 (diff)
downloadabc-2d316b86e29704c28487533518bf67f2672fcd8f.tar.gz
abc-2d316b86e29704c28487533518bf67f2672fcd8f.tar.bz2
abc-2d316b86e29704c28487533518bf67f2672fcd8f.zip
Silencing some of the gcc warnings.
Diffstat (limited to 'src/bdd')
-rw-r--r--src/bdd/cudd/cuddReorder.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bdd/cudd/cuddReorder.c b/src/bdd/cudd/cuddReorder.c
index fef0768a..b7d91dd9 100644
--- a/src/bdd/cudd/cuddReorder.c
+++ b/src/bdd/cudd/cuddReorder.c
@@ -615,7 +615,7 @@ cuddSwapping(
int iterate;
int previousSize;
Move *moves, *move;
- int pivot;
+ int pivot = -1;
int modulo;
int result;