[CEC][SimGen][Warnings] Re-adjusted code to remove unused variables and avoid warnings compilation

This commit is contained in:
Carmine50 2024-12-21 16:04:45 +01:00
parent a6de82377d
commit bd80d2e459
1 changed files with 1 additions and 1 deletions

View File

@ -3746,7 +3746,7 @@ int computeNetworkValues(Gia_Man_t * p, Cec_ParSimGen_t * pPars, int ObjId , ch
validNum++;
char mask_fanin = 1 << jth_fanin;
pSop = Vec_PtrEntry(vSops, validNum);
pSop = (char *) Vec_PtrEntry(vSops, validNum);
char pSop1s = *pSop;
pSop++;
char pSopDCs = *pSop;