Hi, > In file included from /usr/include/gtk-2.0/gtk/gtk.h:228, > from ui/gtk.c:48: > /usr/include/gtk-2.0/gtk/gtkitemfactory.h:47: warning: function > declaration isn’t a prototype
That isn't new. Bug in the gtk2 header files. gtk3 has it fixed, but gtk2.x seems to stay bug compatible forever ... Maybe we should throw in a #pragma to turn off that warning in gtk.c ... cheers, Gerd