kit/Kit.cpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 155b3131fc78ca7d7807c67d6781eee884aa20fd
Author: Pranav Kant <pran...@collabora.co.uk>
Date:   Tue Dec 5 09:38:04 2017 +0530

    Fix build; -Wunused-var
    
    Change-Id: Iba03c7b64188c89d668aac07365fd8c706eeefdd

diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 37405142..4e83df9b 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -408,7 +408,7 @@ class PngCache
                                    int width, int height,
                                    int bufferWidth, int bufferHeight,
                                    std::vector<char>& output, 
LibreOfficeKitTileMode mode,
-                                   TileBinaryHash hash, TileWireId wid, 
TileWireId oldWid)
+                                   TileBinaryHash hash, TileWireId wid, 
TileWireId /*oldWid*/)
     {
         LOG_DBG("PNG cache with hash " << hash << " missed.");
 /*
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to