[PATCH] ucrtbase: Implement _seh_filter_exe and _seh_filter_dll

Martin Storsjö martin at martin.st
Thu Nov 5 06:43:19 CST 2015


On Thu, 5 Nov 2015, Piotr Caban wrote:

> On 11/04/15 11:19, Martin Storsjo wrote:
> I was not checking if this patch is correct yet. It causes compilation 
> warnings:
> ../../../wine_src/dlls/msvcr120/../msvcrt/except.c: In function 
> '_seh_filter_dll':
> ../../../wine_src/dlls/msvcr120/../msvcrt/except.c:283:159: warning: format 
> '%x' expects argument of type 'unsigned int', but argument 5 has type 'long 
> unsigned int' [-Wformat=]
>     TRACE("(%08x,%p)\n", ex, ptr);
>
>
>                 ^
> ../../../wine_src/dlls/msvcr120/../msvcrt/except.c: In function 
> '_seh_filter_exe':
> ../../../wine_src/dlls/msvcr120/../msvcrt/except.c:293:159: warning: format 
> '%x' expects argument of type 'unsigned int', but argument 5 has type 'long 
> unsigned int' [-Wformat=]
>     TRACE("(%08x,%p)\n", ex, ptr);

Oops - fixed patch sent.

// Martin



More information about the wine-devel mailing list