mirror of
https://github.com/reactos/reactos.git
synced 2026-07-05 19:44:26 +08:00
fix some warnings (gcc 4.2)
svn path=/trunk/; revision=25562
This commit is contained in:
@@ -1515,7 +1515,7 @@ SetupDiLoadClassIcon(
|
||||
{
|
||||
LPWSTR Buffer = NULL;
|
||||
LPCWSTR DllName;
|
||||
INT iconIndex;
|
||||
INT iconIndex = 0;
|
||||
HKEY hKey = INVALID_HANDLE_VALUE;
|
||||
|
||||
hKey = SetupDiOpenClassRegKey(ClassGuid, KEY_QUERY_VALUE);
|
||||
|
||||
@@ -111,7 +111,7 @@ MsfsCreateMailslot(PDEVICE_OBJECT DeviceObject,
|
||||
PMSFS_CCB Ccb;
|
||||
KIRQL oldIrql;
|
||||
PLIST_ENTRY current_entry;
|
||||
PMSFS_FCB current;
|
||||
PMSFS_FCB current = NULL;
|
||||
PMAILSLOT_CREATE_PARAMETERS Buffer;
|
||||
|
||||
DPRINT("MsfsCreateMailslot(DeviceObject %p Irp %p)\n", DeviceObject, Irp);
|
||||
|
||||
Reference in New Issue
Block a user