mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
[WIN32K]
Fix gcc uninitialized variable warning svn path=/trunk/; revision=56463
This commit is contained in:
@@ -56,7 +56,7 @@ GreCreateBitmapEx(
|
||||
{
|
||||
PSURFACE psurf;
|
||||
HBITMAP hbmp;
|
||||
PVOID pvCompressedBits;
|
||||
PVOID pvCompressedBits = NULL;
|
||||
|
||||
/* Verify format */
|
||||
if (iFormat < BMF_1BPP || iFormat > BMF_PNG) return NULL;
|
||||
|
||||
Reference in New Issue
Block a user