quartz: Downgrade FIXME->WARN.

Signed-off-by: Andrew Eikum <aeikum@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
Andrew Eikum 2017-01-25 15:13:01 -06:00 committed by Alexandre Julliard
parent c6a4811edf
commit e2a4974f39
1 changed files with 1 additions and 1 deletions

View File

@ -2379,7 +2379,7 @@ static HRESULT WINAPI MediaSeeking_IsFormatSupported(IMediaSeeking *iface, const
if (!IsEqualGUID(&TIME_FORMAT_MEDIA_TIME, pFormat))
{
FIXME("Unhandled time format %s\n", debugstr_guid(pFormat));
WARN("Unhandled time format %s\n", debugstr_guid(pFormat));
return S_FALSE;
}