On Wed, 19 Dec 2018 at 23:13, Philippe Mathieu-Daudé wrote:
> I'm trying to reduce OSX warnings, as of current QEMU master I count
> 80 warnings using Xcode 10, which result in me not looking at them (or
> worst, at new ones...).
A lot of them are the address-of-packed-member warnings, which
I've
On Wed, Dec 19, 2018 at 11:42 PM Peter Maydell wrote:
> On Wed, 19 Dec 2018 at 21:34, Philippe Mathieu-Daudé wrote:
> >
> > Hey Alex, Peter, what do you think about this patch?
> >
> > On Wed, Aug 9, 2017 at 10:27 PM Philippe Mathieu-Daudé
> > wrote:
> > >
> > > $ make info
> > > GEN
On Wed, 19 Dec 2018 at 21:34, Philippe Mathieu-Daudé wrote:
>
> Hey Alex, Peter, what do you think about this patch?
>
> On Wed, Aug 9, 2017 at 10:27 PM Philippe Mathieu-Daudé
> wrote:
> >
> > $ make info
> > GEN qemu-doc.html
> > qemu-doc.texi:8: warning: unrecognized encoding name
Hey Alex, Peter, what do you think about this patch?
On Wed, Aug 9, 2017 at 10:27 PM Philippe Mathieu-Daudé wrote:
>
> $ make info
> GEN qemu-doc.html
> qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.
> GEN qemu-doc.txt
> qemu-doc.texi:8: warning: unrecognized
$ make info
GEN qemu-doc.html
qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.
GEN qemu-doc.txt
qemu-doc.texi:8: warning: unrecognized encoding name `UTF-8'.
Signed-off-by: Philippe Mathieu-Daudé
---
.travis.yml | 4 +++-
1 file changed, 3 insertions(+), 1 dele