[PATCH 2/2] quartz: Downgrade FIXME->WARN

Andrew Eikum aeikum at codeweavers.com
Wed Jan 25 15:13:01 CST 2017


Signed-off-by: Andrew Eikum <aeikum at codeweavers.com>
---
 dlls/quartz/filtergraph.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dlls/quartz/filtergraph.c b/dlls/quartz/filtergraph.c
index 2bd08f1b26..92c30c1f18 100644
--- a/dlls/quartz/filtergraph.c
+++ b/dlls/quartz/filtergraph.c
@@ -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;
     }
 
-- 
2.11.0




More information about the wine-patches mailing list