mirror of
https://github.com/reactos/reactos.git
synced 2025-05-01 03:29:37 +00:00
[MOUNTMGR]
- Silence false GCC warnings svn path=/trunk/; revision=56507
This commit is contained in:
parent
8faff057db
commit
aa98e3086e
1 changed files with 2 additions and 2 deletions
|
@ -43,7 +43,7 @@ MountMgrCreatePointWorker(IN PDEVICE_EXTENSION DeviceExtension,
|
||||||
PMOUNTDEV_UNIQUE_ID UniqueId;
|
PMOUNTDEV_UNIQUE_ID UniqueId;
|
||||||
PSYMLINK_INFORMATION SymlinkInformation;
|
PSYMLINK_INFORMATION SymlinkInformation;
|
||||||
UNICODE_STRING SymLink, TargetDeviceName;
|
UNICODE_STRING SymLink, TargetDeviceName;
|
||||||
PDEVICE_INFORMATION DeviceInformation, DeviceInfo;
|
PDEVICE_INFORMATION DeviceInformation = NULL, DeviceInfo;
|
||||||
|
|
||||||
/* Get device name */
|
/* Get device name */
|
||||||
Status = QueryDeviceInformation(SymbolicLinkName,
|
Status = QueryDeviceInformation(SymbolicLinkName,
|
||||||
|
@ -434,7 +434,7 @@ QueryPointsFromSymbolicLinkName(IN PDEVICE_EXTENSION DeviceExtension,
|
||||||
PIO_STACK_LOCATION Stack;
|
PIO_STACK_LOCATION Stack;
|
||||||
UNICODE_STRING DeviceName;
|
UNICODE_STRING DeviceName;
|
||||||
PMOUNTMGR_MOUNT_POINTS MountPoints;
|
PMOUNTMGR_MOUNT_POINTS MountPoints;
|
||||||
PDEVICE_INFORMATION DeviceInformation;
|
PDEVICE_INFORMATION DeviceInformation = NULL;
|
||||||
PLIST_ENTRY DeviceEntry, SymlinksEntry;
|
PLIST_ENTRY DeviceEntry, SymlinksEntry;
|
||||||
PSYMLINK_INFORMATION SymlinkInformation;
|
PSYMLINK_INFORMATION SymlinkInformation;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue