[Libreoffice-commits] core.git: vcl/unx

Stephan Bergmann (via logerrit) logerrit at kemper.freedesktop.org
Mon Jun 17 08:02:13 UTC 2019


 vcl/unx/gtk3/gtk3gtkinst.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 641e002743ddb74fff35a2c7942ac8d90cc1a9cd
Author:     Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Jun 17 09:08:26 2019 +0200
Commit:     Stephan Bergmann <sbergman at redhat.com>
CommitDate: Mon Jun 17 10:01:26 2019 +0200

    Typo (silence warnings with cast to void, not void*)
    
    Change-Id: Ic4394ff4cd68e0d696e813950d090fc9b48120e1
    Reviewed-on: https://gerrit.libreoffice.org/74145
    Tested-by: Jenkins
    Reviewed-by: Stephan Bergmann <sbergman at redhat.com>

diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx
index d07207de5379..b2c95719c0b4 100644
--- a/vcl/unx/gtk3/gtk3gtkinst.cxx
+++ b/vcl/unx/gtk3/gtk3gtkinst.cxx
@@ -10813,7 +10813,7 @@ void* GtkInstance::CreateGStreamerSink(const SystemChildWindow *pWindow)
 
     return pVideosink;
 #else
-    (void*)pWindow;
+    (void)pWindow;
     return nullptr;
 #endif
 }


More information about the Libreoffice-commits mailing list