Hi, > only). That, or pass -Wno-deprecated-declarations for compiling > ui/gtk.c, but that seems very ugly to me.
We can also try some #pragma warn dance, to limit the -Wno-deprecated-declarations to a small code block. We have something simliar already for a bug in the gtk2 headers. cheers, Gerd