Compiler warnings.

This commit is contained in:
Alan Mishchenko 2012-08-29 17:31:14 -07:00
parent b2b93858ee
commit c84f26c9b1
1 changed files with 1 additions and 1 deletions

View File

@ -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;