From cb4631e64e9a95cafc4ef31a60f006c7f067cf91 Mon Sep 17 00:00:00 2001 From: Alan Mishchenko Date: Thu, 17 Oct 2013 18:04:07 -0700 Subject: Compiler warnings. --- src/opt/fxu/fxuPrint.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/opt/fxu') diff --git a/src/opt/fxu/fxuPrint.c b/src/opt/fxu/fxuPrint.c index d7a4d38a..b8220dea 100644 --- a/src/opt/fxu/fxuPrint.c +++ b/src/opt/fxu/fxuPrint.c @@ -114,9 +114,11 @@ void Fxu_MatrixPrint( FILE * pFile, Fxu_Matrix * p ) { fprintf( pFile, "Cube #%3d: ", pCube->iCube ); if ( pCube->pVar->ppPairs ) + { Fxu_CubeForEachPair( pCube, pPair, i ) fprintf( pFile, " <%d %d> (d=%d) (b=%d)", pPair->iCube1, pPair->iCube2, pPair->pDiv->Num, pPair->nBase ); + } fprintf( pFile, "\n" ); } fprintf( pFile, "\n" ); -- cgit v1.2.3