Kaydet (Commit) 767dcdb6 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

-Werror=unused-parameter

Change-Id: Ibba26b0eb3d85f2da3caafa1b8cc60357de297d5
üst d2799676
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment