Commit c84f26c9 by Alan Mishchenko

Compiler warnings.

parent b2b93858
......@@ -2531,7 +2531,7 @@ ddResizeTable(
int oldsize,newsize;
int i,j,reorderSave;
int numSlots = unique->initSlots;
int *newperm, *newinvperm, *newmap;
int *newperm, *newinvperm, *newmap = NULL;
DdNode *one, *zero;
oldsize = unique->size;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment