[Libreoffice-commits] core.git: sc/qa

Julien Nabet serval2412 at yahoo.fr
Tue Mar 19 14:28:05 PDT 2013


 sc/qa/unit/ucalc.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b82f685101e56bf78edf0bb0d8848818e46b4544
Author: Julien Nabet <serval2412 at yahoo.fr>
Date:   Tue Mar 19 22:25:43 2013 +0100

    -Werror=format, "fix %d expects argument of type int"
    
    Change-Id: I654d035bc79ba157c6fdd01edf7930ef05f7b970

diff --git a/sc/qa/unit/ucalc.cxx b/sc/qa/unit/ucalc.cxx
index ec2711f..cd8cf1f 100644
--- a/sc/qa/unit/ucalc.cxx
+++ b/sc/qa/unit/ucalc.cxx
@@ -6268,7 +6268,7 @@ void Test::testFormulaGrouping()
 
             if( !!pCur->GetCellGroup().get() ^ aGroupTests[i].bGroup[j] )
             {
-                printf("expected group test %d at row %d to be %d but is %d\n",
+                printf("expected group test %lu at row %lu to be %d but is %d\n",
                        i, j, aGroupTests[i].bGroup[j], !!pCur->GetCellGroup().get());
                 CPPUNIT_ASSERT_MESSAGE("Failed", false);
             }


More information about the Libreoffice-commits mailing list