Re: [Qemu-devel] [PATCH] qemu-timer: Fix compilation for non-POSIX hosts

2012-11-10 Thread Blue Swirl
Thanks, applied. On Sun, Nov 4, 2012 at 8:42 PM, Stefan Weil wrote: > A compiler warning is caused by the unused local function reinit_timers > on non-POSIX hosts. Include that function only for POSIX hosts. > > Signed-off-by: Stefan Weil > --- > qemu-timer.c |2 ++ > 1 file changed, 2 inse

[Qemu-devel] [PATCH] qemu-timer: Fix compilation for non-POSIX hosts

2012-11-04 Thread Stefan Weil
A compiler warning is caused by the unused local function reinit_timers on non-POSIX hosts. Include that function only for POSIX hosts. Signed-off-by: Stefan Weil --- qemu-timer.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/qemu-timer.c b/qemu-timer.c index 8d9cf38..0d2bb94 100644 -