On Tue, 11 Jun 2019 at 16:44, Markus Armbruster <arm...@redhat.com> wrote: > > The following changes since commit a578cdfbdd8f9beff5ced52b7826ddb1669abbbf: > > Merge remote-tracking branch 'remotes/rth/tags/pull-tcg-20190610' into > staging (2019-06-10 16:09:19 +0100) > > are available in the Git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-misc-2019-06-11 > > for you to fetch changes up to 143a44a4695049223df38335eac72ca30d933a5c: > > MAINTAINERS: Polish headline decorations (2019-06-11 16:46:35 +0200) > > ---------------------------------------------------------------- > Miscellaneous patches for 2019-06-11
Compile failure, OSX: error: format specifies type 'char *' but the argument has type '<dependent type>' [-Werror,-Wformat] /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1448:38: error: use of undeclared identifier 'QEMU_COPYRIGHT' QEMU_COPYRIGHT]]; ^ /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1708:14: error: implicit declaration of function 'qemu_main' is invalid in C99 [-Werror,-Wimplicit-function-declaration] status = qemu_main(gArgc, gArgv, *_NSGetEnviron()); ^ /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1708:14: note: did you mean 'qemu_open'? /Users/pm215/src/qemu-for-merges/include/qemu/osdep.h:463:5: note: 'qemu_open' declared here int qemu_open(const char *name, int flags, ...); ^ /Users/pm215/src/qemu-for-merges/ui/cocoa.m:1708:14: error: this function declaration is not a prototype [-Werror,-Wstrict-prototypes] status = qemu_main(gArgc, gArgv, *_NSGetEnviron()); ^ 4 errors generated. thanks -- PMM