Re: [Qemu-devel] [PATCH] trace: Fix build warnings for Win32 build

2014-02-21 Thread Stefan Hajnoczi
On Thu, Feb 20, 2014 at 07:44:25PM +, Peter Maydell wrote: > The Win32 build warns about trace/control-internal.h: > > warning: 'trace_event_count' declared inline after being called > > Fix this by simply reordering trace_event_id() and > trace_event_count(). > > Signed-off-by: Peter Maydel

Re: [Qemu-devel] [PATCH] trace: Fix build warnings for Win32 build

2014-02-20 Thread Stefan Weil
Am 20.02.2014 20:44, schrieb Peter Maydell: > The Win32 build warns about trace/control-internal.h: > > warning: 'trace_event_count' declared inline after being called > > Fix this by simply reordering trace_event_id() and > trace_event_count(). > > Signed-off-by: Peter Maydell > --- > trace/c

[Qemu-devel] [PATCH] trace: Fix build warnings for Win32 build

2014-02-20 Thread Peter Maydell
The Win32 build warns about trace/control-internal.h: warning: 'trace_event_count' declared inline after being called Fix this by simply reordering trace_event_id() and trace_event_count(). Signed-off-by: Peter Maydell --- trace/control-internal.h | 10 +- 1 file changed, 5 insertions(