On 9 October 2015 at 16:14, Markus Armbruster <arm...@redhat.com> wrote: > The following changes since commit b37686f7e84b22cfaf7fd01ac5133f2617cc3027: > > Merge remote-tracking branch 'remotes/stefanha/tags/tracing-pull-request' > into staging (2015-10-09 12:18:14 +0100) > > are available in the git repository at: > > git://repo.or.cz/qemu/armbru.git tags/pull-qapi-2015-10-09 > > for you to fetch changes up to 51c605bab50f1b9e0766aa9ed14c1abe58eb7f48: > > qapi: Simplify gen_visit_fields() error handling (2015-10-09 16:44:10 +0200) > > ---------------------------------------------------------------- > QAPI patches > > ----------------------------------------------------------------
Hi. I see a clang compile failure due to this warning (OSX and Linux): /Users/pm215/src/qemu-for-merges/tests/test-qmp-input-visitor.c:500:33: warning: implicit conversion from 'double' to 'gint64' (aka 'long') changes value from 42.5 to 42 [-Wliteral-conversion] thanks -- PMM