vcl/unx/gtk3/gtk3gtkinst.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 641e002743ddb74fff35a2c7942ac8d90cc1a9cd Author: Stephan Bergmann <sberg...@redhat.com> AuthorDate: Mon Jun 17 09:08:26 2019 +0200 Commit: Stephan Bergmann <sberg...@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 <sberg...@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 } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits