fixing a gcc4 warring. why does gcc4 warning a uninsiated value but the value are being iniste in seh

svn path=/trunk/; revision=26123
This commit is contained in:
Magnus Olsen 2007-03-17 18:32:32 +00:00
parent 287d86906b
commit f06ffd93b8

View file

@ -53,7 +53,11 @@ DWORD STDCALL NtGdiDdCreateSurface(
/* FIXME alloc so mayne we need */
PHANDLE *myhSurface[1];
/* GCC4 warnns on value are unisitaed,
but they are initated in seh
*/
myhSurface[0] = 0;
DPRINT1("NtGdiDdCreateSurface\n");