vcl/unx/gtk3/gtk3gtkinst.cxx | 2 ++ 1 file changed, 2 insertions(+) New commits: commit 767dcdb65bf982edea356177a335668499f396f6 Author: Stephan Bergmann <sberg...@redhat.com> Date: Wed Apr 18 08:54:10 2018 +0200
-Werror=unused-parameter Change-Id: Ibba26b0eb3d85f2da3caafa1b8cc60357de297d5 diff --git a/vcl/unx/gtk3/gtk3gtkinst.cxx b/vcl/unx/gtk3/gtk3gtkinst.cxx index f18ea71869de..921c57920d01 100644 --- a/vcl/unx/gtk3/gtk3gtkinst.cxx +++ b/vcl/unx/gtk3/gtk3gtkinst.cxx @@ -1557,6 +1557,8 @@ public: gtk_menu_popup_at_rect(m_pMenu, gtk_widget_get_window(pWidget), &aRect, GDK_GRAVITY_NORTH_WEST, GDK_GRAVITY_NORTH_WEST, nullptr); } else +#else + (void) rRect; #endif { guint nButton; _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits