Commit 5606bf4d authored by Alexandre Julliard's avatar Alexandre Julliard

mountmgr.sys: Avoid a compiler warning on older gcc.

parent 180f74af
......@@ -283,7 +283,7 @@ static NTSTATUS query_unix_drive( const void *in_buff, SIZE_T insize,
const char *device, *mount_point;
int letter = tolowerW( input->letter );
NTSTATUS status;
DWORD size, type;
DWORD size, type = DEVICE_UNKNOWN;
enum device_type device_type;
char *ptr;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment