OK, all errors / warnings fixed I believe (with exception of the gtk+ warning). Will update after checking in to svn.
Regarding the gtk+ warning - the code calls a wrapper function which in turn calls gtk_widget_set_valign() / gtk_widget_set_halign() which presumably contain deprecated calls to gtk_alignment_get_type(). As noted this appears to be a gtk+ issue. On Tue, Jan 31, 2017 at 11:33 AM, salsaman <salsaman+li...@gmail.com> wrote: > Ah OK, got it - inlines now need to be explicitly static or declared in > the header. > > > > > On Tue, Jan 31, 2017 at 8:32 AM, Matthias Klose <d...@debian.org> wrote: > >> On 31.01.2017 12:04, salsaman wrote: >> > The gcc error makes no sense as the function get_time_from_x() is >> defined >> > (inline) earlier in multitrack.c at line 971. >> > You should report this as a bug in gcc. >> >> no. define it as static inline like the other zillions of inline >> functions. >> >> >
_______________________________________________ pkg-multimedia-maintainers mailing list pkg-multimedia-maintainers@lists.alioth.debian.org http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-multimedia-maintainers