Re: [Qemu-devel] [PATCH] audio/mixeng_template.h: fix inline declaration

2013-10-22 Thread Peter Maydell
On 6 August 2013 19:45, Alex Bligh wrote: > Fix error: ‘inline’ is not at beginning of declaration > [-Werror=old-style-declaration] > > Signed-off-by: Alex Bligh Reviewed-by: Peter Maydell -- PMM

Re: [Qemu-devel] [PATCH] audio/mixeng_template.h: fix inline declaration

2013-10-22 Thread Alex Bligh
ping I think this is should go to qemu-trivial --On 6 August 2013 19:45:13 +0100 Alex Bligh wrote: Fix error: ‘inline’ is not at beginning of declaration [-Werror=old-style-declaration] Signed-off-by: Alex Bligh --- audio/mixeng_template.h |4 ++-- 1 file changed, 2 insertions(+), 2 de

[Qemu-devel] [PATCH] audio/mixeng_template.h: fix inline declaration

2013-08-06 Thread Alex Bligh
Fix error: ‘inline’ is not at beginning of declaration [-Werror=old-style-declaration] Signed-off-by: Alex Bligh --- audio/mixeng_template.h |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/audio/mixeng_template.h b/audio/mixeng_template.h index 30849a6..77cc89b 100644