mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
b2b93858ee
commit
c84f26c9b1
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in New Issue