From: Marvin Subject: Re: [PATCH 2/5] mf: Implement dynamic stream management methods in SAR. Message-Id: Date: Tue, 07 Apr 2020 02:48:18 -0500 In-Reply-To: <20200407071654.199508-2-nsivov@codeweavers.com> References: <20200407071654.199508-2-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=69070 Your paranoid android. === debiant (build log) === ../../../wine/dlls/mf/sar.c:175: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:175: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