summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2018-04-18 08:54:10 +0200
committerStephan Bergmann <sbergman@redhat.com>2018-04-18 08:54:10 +0200
commit767dcdb65bf982edea356177a335668499f396f6 (patch)
tree922b938cdb7840d1e76977af5e4e5d4d8f6f3c31 /vcl
parentd2799676584b51f66721717b69a5604cf4a65af8 (diff)
-Werror=unused-parameter
Change-Id: Ibba26b0eb3d85f2da3caafa1b8cc60357de297d5
Diffstat (limited to 'vcl')
-rw-r--r--vcl/unx/gtk3/gtk3gtkinst.cxx2
1 files changed, 2 insertions, 0 deletions
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;