X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-studio%2Ftrunk%2Fsrc%2Fgtkmm%2Fcellrenderer_timetrack.cpp;h=93f80b1355df923a6a85998f794f3887070b9c54;hb=1a1cca647b70d2f38b1d68a3d9007c2f85dd192a;hp=95a9d973d44c54772a580a309aef003233132e17;hpb=e85c9a59f64ccad6934c40e2689d11b03655693d;p=synfig.git diff --git a/synfig-studio/trunk/src/gtkmm/cellrenderer_timetrack.cpp b/synfig-studio/trunk/src/gtkmm/cellrenderer_timetrack.cpp index 95a9d97..93f80b1 100644 --- a/synfig-studio/trunk/src/gtkmm/cellrenderer_timetrack.cpp +++ b/synfig-studio/trunk/src/gtkmm/cellrenderer_timetrack.cpp @@ -199,10 +199,10 @@ void CellRenderer_TimeTrack::render_vfunc( const Glib::RefPtr& window, Gtk::Widget& widget, - const Gdk::Rectangle& background_area, + const Gdk::Rectangle& /*background_area*/, const Gdk::Rectangle& area_, - const Gdk::Rectangle& expose_area, - Gtk::CellRendererState flags) + const Gdk::Rectangle& /*expose_area*/, + Gtk::CellRendererState /*flags*/) { if(!window) return; @@ -529,7 +529,7 @@ CellRenderer_TimeTrack::render_vfunc( } synfig::ValueNode_Animated::WaypointList::iterator -CellRenderer_TimeTrack::find_waypoint(const synfig::Time& t,const synfig::Time& scope) +CellRenderer_TimeTrack::find_waypoint(const synfig::Time& /*t*/,const synfig::Time& scope) { synfig::ValueNode_Animated *value_node=dynamic_cast(property_value_desc().get_value().get_value_node().get()); @@ -564,11 +564,11 @@ CellRenderer_TimeTrack::find_waypoint(const synfig::Time& t,const synfig::Time& bool CellRenderer_TimeTrack::activate_vfunc( GdkEvent* event, - Gtk::Widget& widget, + Gtk::Widget& /*widget*/, const Glib::ustring& treepath, - const Gdk::Rectangle& background_area, + const Gdk::Rectangle& /*background_area*/, const Gdk::Rectangle& cell_area, - Gtk::CellRendererState flags) + Gtk::CellRendererState /*flags*/) { path=treepath; synfig::ValueNode_Animated::WaypointList::iterator iter; @@ -920,6 +920,15 @@ CellRenderer_TimeTrack::show_timepoint_menu(const etl::handle& nod Gtk::Menu* interp_menu(manage(new Gtk::Menu())); Waypoint::Model model; + // note: each of the following 4 'if' blocks provokes these warnings: + // /usr/include/sigc++-2.0/sigc++/adaptors/bound_argument.h:57: warning: + // 'model.synfig::Waypoint::Model::temporal_tension' is used uninitialized in this function + // 'model.synfig::Waypoint::Model::bias' is used uninitialized in this function + // 'model.synfig::Waypoint::Model::continuity' is used uninitialized in this function + // 'model.synfig::Waypoint::Model::tension' is used uninitialized in this function + // 'model.synfig::Waypoint::Model::priority' is used uninitialized in this function + // I don't know if that matters or not. + if(side==SIDE_LEFT)model.set_before(INTERPOLATION_TCB); else model.set_after(INTERPOLATION_TCB); interp_menu->items().push_back(Gtk::Menu_Helpers::MenuElem(_("TCB"),