Skip to content

Commit

Permalink
Compiler warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
alanminko committed Dec 8, 2024
1 parent c315d9e commit 6754da1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aig/gia/giaAigerExt.c
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ int Gia_AigerWriteCellMappingInstance( Gia_Man_t * p, unsigned char * pBuffer, i
Vec_Str_t * Gia_AigerWriteCellMappingDoc( Gia_Man_t * p )
{
unsigned char * pBuffer;
int i, iFan, nCells = 0, nInstances = 0, nSize = 8, nSize2 = 0;
int i, nCells = 0, nInstances = 0, nSize = 8, nSize2 = 0;
Mio_Cell2_t * pCells = Mio_CollectRootsNewDefault2( 6, &nCells, 0 );
assert( pCells );

Expand Down

0 comments on commit 6754da1

Please sign in to comment.