net/Socket.hpp |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 07c0452ec1ec68e7a4d19928935444470d9a9ad5
Author: Andras Timar <[email protected]>
Date:   Mon Mar 13 13:22:45 2017 +0100

    fix error: unused parameter 'hard' [-Werror=unused-parameter]
    
    Change-Id: Ie2f2a12cc2f5d6c2fd3319d3c870cc7f0a226fae

diff --git a/net/Socket.hpp b/net/Socket.hpp
index 16c0cdc..396339f 100644
--- a/net/Socket.hpp
+++ b/net/Socket.hpp
@@ -196,6 +196,7 @@ public:
         else
             return !getenv("LOOL_CHECK_THREADS") || sameThread;
 #else
+        (void)hard;
         return true;
 #endif
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to