Compiler warnings.

This commit is contained in:
Alan Mishchenko 2013-10-30 13:46:31 -04:00
parent 2b85ef06e5
commit a8c85d79e7
2 changed files with 2 additions and 2 deletions

View File

@ -283,7 +283,6 @@ static inline int If_Dec08DeriveCount2( word * pF, word * pRes, int nVars )
*pRes = ((iCof1 << nShift) | iCof0);
return MaskDec;
}
*/
static inline word If_DecTruthStretch( word t, int nVars )
{
assert( nVars > 1 );
@ -299,6 +298,7 @@ static inline word If_DecTruthStretch( word t, int nVars )
nVars++, t = (t & 0xFFFFFFFF) | ((t & 0xFFFFFFFF) << 32);
assert( nVars >= 6 );
}
*/
// support minimization
static inline int If_DecSuppIsMinBase( int Supp )

View File

@ -280,7 +280,6 @@ static inline int If_Dec10DeriveCount2( word * pF, word * pRes, int nVars )
*pRes = ((iCof1 << nShift) | iCof0);
return MaskDec;
}
*/
static inline word If_DecTruthStretch( word t, int nVars )
{
assert( nVars > 1 );
@ -296,6 +295,7 @@ static inline word If_DecTruthStretch( word t, int nVars )
nVars++, t = (t & 0xFFFFFFFF) | ((t & 0xFFFFFFFF) << 32);
assert( nVars >= 6 );
}
*/
// support minimization
static inline int If_DecSuppIsMinBase( int Supp )