Commit fad6254c by Alan Mishchenko

Compiler warnings.

parent c602cbe3
......@@ -35,6 +35,7 @@ struct Cba_Trip_t_
char * pCode;
char * pSigs[6];
};
/*
static Cba_Trip_t s_Types[100] =
{
{ CBA_BOX_CT , "VERIFIC_PWR", "1", {"o"} },
......@@ -118,7 +119,7 @@ static Cba_Trip_t s_Types[100] =
{ CBA_BOX_PENC , "PrioEncoder_", "a?", {"sel","o"} },
{ CBA_BOX_ABS , "abs", "aa", {"i","o"} }
};
*/
////////////////////////////////////////////////////////////////////////
/// FUNCTION DEFINITIONS ///
......
......@@ -232,7 +232,7 @@ static inline void Pla_ManPrintStats( Pla_Man_t * p, int fVerbose )
printf( "Cube =%8d ", Pla_ManCubeNum(p) );
printf( "LitIn =%8d ", Pla_ManLitInNum(p) );
printf( "LitOut =%8d ", Pla_ManLitOutNum(p) );
printf( "%\n" );
printf( "\n" );
}
......
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