Commit 6ec4680e by Alan Mishchenko

Compiler warnings.

parent 2c8c0d87
...@@ -284,7 +284,6 @@ static inline void Prs_NtkFree( Prs_Ntk_t * p ) ...@@ -284,7 +284,6 @@ static inline void Prs_NtkFree( Prs_Ntk_t * p )
static inline void Prs_ManFree( Prs_Man_t * p ) static inline void Prs_ManFree( Prs_Man_t * p )
{ {
extern void Prs_ManVecFree( Vec_Ptr_t * vPrs );
if ( p->pStrs ) if ( p->pStrs )
Abc_NamDeref( p->pStrs ); Abc_NamDeref( p->pStrs );
if ( p->vNtks ) if ( p->vNtks )
......
...@@ -18,6 +18,7 @@ ...@@ -18,6 +18,7 @@
***********************************************************************/ ***********************************************************************/
#include "cba.h"
#include "cbaPrs.h" #include "cbaPrs.h"
ABC_NAMESPACE_IMPL_START ABC_NAMESPACE_IMPL_START
......
...@@ -418,7 +418,7 @@ static inline int Prs_ManReadSignal( Prs_Man_t * p ) ...@@ -418,7 +418,7 @@ static inline int Prs_ManReadSignal( Prs_Man_t * p )
return Abc_Var2Lit2( Item, CBA_PRS_NAME ); 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 ); Vec_IntClear( vTemp );
while ( 1 ) while ( 1 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment