libreofficekit/qa/tilebench/tilebench.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit d4a3a59d413c29697e9c1e02a39811adfc5a04a8
Author:     Caolán McNamara <caol...@redhat.com>
AuthorDate: Fri Sep 27 09:07:35 2019 +0100
Commit:     Caolán McNamara <caol...@redhat.com>
CommitDate: Fri Sep 27 12:14:52 2019 +0200

    cid#1454003 silence 'Constant' variable guards dead code
    
    Change-Id: I4ba26647f4081f5c13726b78c737b54e8ab1773d
    Reviewed-on: https://gerrit.libreoffice.org/79675
    Reviewed-by: Caolán McNamara <caol...@redhat.com>
    Tested-by: Caolán McNamara <caol...@redhat.com>

diff --git a/libreofficekit/qa/tilebench/tilebench.cxx 
b/libreofficekit/qa/tilebench/tilebench.cxx
index d9b6341495c9..ac5e5d387173 100644
--- a/libreofficekit/qa/tilebench/tilebench.cxx
+++ b/libreofficekit/qa/tilebench/tilebench.cxx
@@ -90,7 +90,7 @@ static void dumpTile(const char *pNameStem,
         << nHeight << "\n"
         << 255 << "\n" ;
 
-    bool dumpText = false;
+    const bool dumpText = false;
 
     if (dumpText)
         fprintf(stderr, "Stream %s - %dx%d:\n", pNameStem, nWidth, nHeight);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to