From: Marvin Subject: Re: [PATCH 1/5] mf: Add IMFMediaSink stub for SAR. Message-Id: Date: Tue, 07 Apr 2020 02:36:24 -0500 In-Reply-To: <20200407071654.199508-1-nsivov@codeweavers.com> References: <20200407071654.199508-1-nsivov@codeweavers.com> Hi, While running your changed tests, I think I found new failures. Being a bot and all I'm not very good at pattern recognition, so I might be wrong, but could you please double-check? Full results can be found at: https://testbot.winehq.org/JobDetails.pl?Key=69069 Your paranoid android. === debiant (build log) === ../../../wine/dlls/mf/sar.c:146:5: error: initialization of ‘HRESULT (__attribute__((stdcall)) *)(IMFMediaSink *, const IID * const, void **)’ from incompatible pointer type ‘HRESULT (*)(IMFMediaSink *, const IID * const, void **)’ {aka ‘int (*)(struct IMFMediaSink *, const struct _GUID * const, void **)’} [-Werror=incompatible-pointer-types] Task: The win32 Wine build failed === debiant (build log) === ../../../wine/dlls/mf/sar.c:146:5: error: initialization of ‘HRESULT (__attribute__((stdcall)) *)(IMFMediaSink *, const IID * const, void **)’ from incompatible pointer type ‘HRESULT (*)(IMFMediaSink *, const IID * const, void **)’ {aka ‘int (*)(struct IMFMediaSink *, const struct _GUID * const, void **)’} [-Werror=incompatible-pointer-types] Task: The wow32 Wine build failed