Nicolas Le Cam <niko.le...@gmail.com> writes:

> @@ -1098,6 +1098,8 @@ static BOOL ME_RTFInsertOleObject(RTF_Info *info, 
> HENHMETAFILE hemf, HBITMAP hbm
>    BOOL                ret = FALSE;
>    DWORD               conn;
>  
> +  memset(&stgm, 0, sizeof(stgm));
> +

Please fix the bugs (if any) instead of silencing the warnings by
memsetting everything to 0.

-- 
Alexandre Julliard
julli...@winehq.org


Reply via email to