Windows Visual Studio 2008 warnings.

This commit is contained in:
Alan Mishchenko
2013-05-20 14:25:27 -07:00
parent 9289d71516
commit c31e593b09
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -484,7 +484,7 @@ void Rsb_DecPrintFunc( Rsb_Man_t * p, unsigned Truth4, word * f, word ** ppGs, i
printf( "Offset : " );
Abc_TtPrintBinary( &Copy, nVars ); //printf( "\n" );
Copy >>= (1 << nVars);
Copy >>= ((word)1 << nVars);
printf( "Onset : " );
Abc_TtPrintBinary( &Copy, nVars ); //printf( "\n" );
printf( "Result : " );