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

New commits:
commit 96c2986dd46d963dae1c3b9fa3a8f2ebf05e8f65
Author: Julien Nabet <serval2...@yahoo.fr>
Date:   Thu May 16 21:57:26 2013 +0200

    Quiet cppcheck
    
    Change-Id: Ib860b6dc3b7ace5f737d283778827bfb0783b362

diff --git a/rsc/source/rscpp/cpp5.c b/rsc/source/rscpp/cpp5.c
index 37b2c11..92587fe 100644
--- a/rsc/source/rscpp/cpp5.c
+++ b/rsc/source/rscpp/cpp5.c
@@ -640,7 +640,7 @@ evalnum(int c)
         c = cget();
     }
     if (c == 'u' || c == 'U')   /* Unsigned nonsense        */
-        c = cget();
+        cget();
     unget();
     return (value);
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to