mirror of
https://github.com/reactos/reactos.git
synced 2025-04-30 19:19:00 +00:00
[MOUNTMGR]
* Silence some gcc warnings. svn path=/branches/usb-bringup-trunk/; revision=55269
This commit is contained in:
parent
eb13400efd
commit
35f0f5f497
1 changed files with 2 additions and 2 deletions
|
@ -658,7 +658,7 @@ FindDeviceInfo(IN PDEVICE_EXTENSION DeviceExtension,
|
||||||
NTSTATUS Status;
|
NTSTATUS Status;
|
||||||
PLIST_ENTRY NextEntry;
|
PLIST_ENTRY NextEntry;
|
||||||
UNICODE_STRING DeviceName;
|
UNICODE_STRING DeviceName;
|
||||||
PDEVICE_INFORMATION DeviceInfo;
|
PDEVICE_INFORMATION DeviceInfo = NULL;
|
||||||
|
|
||||||
/* If a device name was given, use it */
|
/* If a device name was given, use it */
|
||||||
if (DeviceNameGiven)
|
if (DeviceNameGiven)
|
||||||
|
@ -1464,7 +1464,7 @@ MountMgrMountedDeviceRemoval(IN PDEVICE_EXTENSION DeviceExtension,
|
||||||
PUNIQUE_ID_REPLICATE UniqueIdReplicate;
|
PUNIQUE_ID_REPLICATE UniqueIdReplicate;
|
||||||
PSYMLINK_INFORMATION SymlinkInformation;
|
PSYMLINK_INFORMATION SymlinkInformation;
|
||||||
PASSOCIATED_DEVICE_ENTRY AssociatedDevice;
|
PASSOCIATED_DEVICE_ENTRY AssociatedDevice;
|
||||||
PSAVED_LINK_INFORMATION SavedLinkInformation;
|
PSAVED_LINK_INFORMATION SavedLinkInformation = NULL;
|
||||||
PDEVICE_INFORMATION DeviceInformation, CurrentDevice;
|
PDEVICE_INFORMATION DeviceInformation, CurrentDevice;
|
||||||
|
|
||||||
/* Acquire device exclusively */
|
/* Acquire device exclusively */
|
||||||
|
|
Loading…
Reference in a new issue