os-win32.h: Suppress warning -Wredundant-decls
authorSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 2 Sep 2015 04:14:39 +0000 (13:14 +0900)
committerSeokYeon Hwang <syeon.hwang@samsung.com>
Wed, 2 Sep 2015 04:14:39 +0000 (13:14 +0900)
commite2cde9ee3261a248d50d74583fc71eb8d18dd62b
treeb89cfb08e5f6d341f9003b854a9a0d6a322f9297
parent9b9569240d279babe3c073a8f70b637c80e459e8
os-win32.h: Suppress warning -Wredundant-decls

"time.h" in some distributions aleady has gmtime_r(), localtime_r()
as a real function prototype (not a macro). So we should suppress
warning "-Wredundnat-decls" for them.

Change-Id: I8b2764d5c6d1b136b2a3dcc862d52b785d8a5855
Signed-off-by: SeokYeon Hwang <syeon.hwang@samsung.com>
include/sysemu/os-win32.h