On Tue, 6 Oct 2020 at 15:36, Eduardo Habkost <ehabk...@redhat.com> wrote: > > On Tue, Oct 06, 2020 at 03:03:57PM +0100, Peter Maydell wrote: > > Compile failure on OSX: > > > > ../../hw/core/numa.c:429:20: error: format specifies type 'unsigned > > char' but the argument has type 'int' [-Werror,-Wformat] > > node->level - 1); > > ^~~~~~~~~~~~~~~~ > > /Users/pm215/src/qemu-for-merges/include/qapi/error.h:319:35: note: > > expanded from macro 'error_setg' > > (fmt), ## __VA_ARGS__) > > ~~~ ^~~~~~~~~~~ > > 1 error generated. > > Is there a CI system where this is tested? I'd like to be able > to detect this kind of failure before sending pull requests.
Currently this is still my ad-hoc setup. I think there is some CI that tests OSX compiles, though I have no idea how individual maintainers set up to use it. thanks -- PMM