On 12 October 2015 at 17:34, Dr. David Alan Gilbert <dgilb...@redhat.com> wrote: > The interaction of stuff that includes glib.h and others that > include glib-compat.h was messy; I was working on the assumption > that stuff that included glib-compat.h knew it was using newer > things and didn't expect a warning; the problem that Peter > pointed out was that glib-compat gets included by qemu-common so > actually the warnings get disabled in loads of places.
Yep; I also want glib-compat to be included by osdep.h and every .c file to include osdep.h, at which point every source file ends up including it. -- PMM