mirror of https://github.com/YosysHQ/abc.git
Compiler warnings.
This commit is contained in:
parent
2c8c0d8736
commit
6ec4680e1b
|
|
@ -284,7 +284,6 @@ static inline void Prs_NtkFree( Prs_Ntk_t * p )
|
|||
|
||||
static inline void Prs_ManFree( Prs_Man_t * p )
|
||||
{
|
||||
extern void Prs_ManVecFree( Vec_Ptr_t * vPrs );
|
||||
if ( p->pStrs )
|
||||
Abc_NamDeref( p->pStrs );
|
||||
if ( p->vNtks )
|
||||
|
|
|
|||
|
|
@ -18,6 +18,7 @@
|
|||
|
||||
***********************************************************************/
|
||||
|
||||
#include "cba.h"
|
||||
#include "cbaPrs.h"
|
||||
|
||||
ABC_NAMESPACE_IMPL_START
|
||||
|
|
|
|||
|
|
@ -418,7 +418,7 @@ static inline int Prs_ManReadSignal( Prs_Man_t * p )
|
|||
return Abc_Var2Lit2( Item, CBA_PRS_NAME );
|
||||
}
|
||||
}
|
||||
static inline int Prs_ManReadSignalList( Prs_Man_t * p, Vec_Int_t * vTemp, char LastSymb, int fAddForm )
|
||||
int Prs_ManReadSignalList( Prs_Man_t * p, Vec_Int_t * vTemp, char LastSymb, int fAddForm )
|
||||
{
|
||||
Vec_IntClear( vTemp );
|
||||
while ( 1 )
|
||||
|
|
|
|||
Loading…
Reference in New Issue