Compiler warnings.

This commit is contained in:
Alan Mishchenko 2015-06-24 12:31:43 -07:00
parent 9c0c460795
commit 9b1de5b166
2 changed files with 1 additions and 1 deletions

View File

@ -15,6 +15,7 @@ lib/bip*
docs/
src/ext/
src/ext2/
src/xxx/
src/aig/au/
src/aig/ssm/

View File

@ -114,7 +114,6 @@ Vec_Int_t * Gia_GenCreateMuxes( Gia_Man_t * p, Gia_Man_t * pNew, Vec_Int_t * vFl
{
Vec_Int_t * vLits = Vec_IntAlloc( nLutNum );
int i, k, iMux, iFlop, pCtrl[16];
int nPars = nLutNum * (1 << nLutSize);
// add MUXes for each group of flops
assert( Vec_IntSize(vFlops) == nLutNum * nLutSize );
for ( i = 0; i < nLutNum; i++ )