rsc/source/rscpp/cpp5.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit dfff9522bdd892c140a5b76ed7562df983f99246
Author: Stephan Bergmann <sberg...@redhat.com>
Date:   Mon Oct 26 08:53:09 2015 +0100

    -Werror,-Wformat
    
    Change-Id: I9668268f15fbcd4af7432d4d0d403b74263fbb18

diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c
index 1f73ff3..f383ab8 100644
--- a/rsc/source/rscpp/cpp5.c
+++ b/rsc/source/rscpp/cpp5.c
@@ -241,7 +241,7 @@ again:
         else
         {
 #ifdef  DEBUG_EVAL
-            fprintf( pCppOut, "pushing %d onto value stack[%u]\n",
+            fprintf( pCppOut, "pushing %d onto value stack[%td]\n",
                      evalue, valp - value);
 #endif
             *valp++ = evalue;
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to