Compiler warnings.

This commit is contained in:
Alan Mishchenko 2015-03-18 19:42:03 +07:00
parent c602cbe338
commit fad6254c07
2 changed files with 3 additions and 2 deletions

View File

@ -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 ///

View File

@ -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" );
}