commit | 253ecf83bcc658316bab3250401943d9b44c7898 | [log] [tgz] |
---|---|---|
author | Stefan Weil <sw@weilnetz.de> | Sun Nov 04 21:42:08 2012 +0100 |
committer | Blue Swirl <blauwirbel@gmail.com> | Sat Nov 10 12:28:52 2012 +0000 |
tree | 5bef49981c078b88ab837fc272e3546c6d95d90b | |
parent | 1f202568e0553b416483e5993f1bde219c22cf72 [diff] |
qemu-timer: Fix compilation for non-POSIX hosts 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 <sw@weilnetz.de> Signed-off-by: Blue Swirl <blauwirbel@gmail.com>