Re: [Qemu-devel] [PATCH] block/vvfat: Fix compiler warnings for OpenBSD

2013-12-16 Thread Brad Smith
On 11/12/13 3:37 PM, Stefan Weil wrote: The buildbot shows these compiler warnings: block/vvfat.c: In function 'create_short_and_long_name': block/vvfat.c:620: warning: array size (8) smaller than bound length (11) block/vvfat.c:620: warning: array size (8) smaller than bound length (11) block/v

Re: [Qemu-devel] [PATCH] block/vvfat: Fix compiler warnings for OpenBSD

2013-12-12 Thread Kevin Wolf
Am 12.12.2013 um 09:22 hat Stefan Hajnoczi geschrieben: > On Wed, Dec 11, 2013 at 09:37:11PM +0100, Stefan Weil wrote: > > The buildbot shows these compiler warnings: > > > > block/vvfat.c: In function 'create_short_and_long_name': > > block/vvfat.c:620: warning: array size (8) smaller than bound

Re: [Qemu-devel] [PATCH] block/vvfat: Fix compiler warnings for OpenBSD

2013-12-12 Thread Stefan Hajnoczi
On Wed, Dec 11, 2013 at 09:37:11PM +0100, Stefan Weil wrote: > The buildbot shows these compiler warnings: > > block/vvfat.c: In function 'create_short_and_long_name': > block/vvfat.c:620: warning: array size (8) smaller than bound length (11) > block/vvfat.c:620: warning: array size (8) smaller t

[Qemu-devel] [PATCH] block/vvfat: Fix compiler warnings for OpenBSD

2013-12-11 Thread Stefan Weil
The buildbot shows these compiler warnings: block/vvfat.c: In function 'create_short_and_long_name': block/vvfat.c:620: warning: array size (8) smaller than bound length (11) block/vvfat.c:620: warning: array size (8) smaller than bound length (11) block/vvfat.c:635: warning: array size (8) smalle