summaryrefslogtreecommitdiff
path: root/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'libs/gtkmm2ext/gtkmm2ext/dndvbox.h')
-rw-r--r--libs/gtkmm2ext/gtkmm2ext/dndvbox.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
index 166544d73f..486f31f084 100644
--- a/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
+++ b/libs/gtkmm2ext/gtkmm2ext/dndvbox.h
@@ -142,7 +142,7 @@ public:
* @param y y coordinate.
* @return Pair consisting of the child under (x, y) (or 0) and the index of the child under (x, y) (or -1)
*/
- std::pair<T*, int> get_child_at_position (int x, int y) const
+ std::pair<T*, int> get_child_at_position (int /*x*/, int y) const
{
std::list<Gtk::Widget const *> children = _internal_vbox.get_children ();
std::list<Gtk::Widget const *>::iterator i = children.begin();
@@ -202,7 +202,7 @@ private:
}
void drag_data_received (
- Glib::RefPtr<Gdk::DragContext> const & context, int x, int y, Gtk::SelectionData const & selection_data, guint info, guint time
+ Glib::RefPtr<Gdk::DragContext> const & context, int x, int y, Gtk::SelectionData const & selection_data, guint /*info*/, guint time
)
{
/* work out where it was dropped */