Compiler warning cleanup
This commit is contained in:
parent
c87c747ed7
commit
4a3bf9ee17
1 changed files with 1 additions and 1 deletions
|
@ -1540,7 +1540,7 @@ if (DeviceIoControl((HANDLE)Disk, /* handle to volume */
|
|||
(DWORD) sizeof(Device), /* size of output buffer */
|
||||
(LPDWORD) &IoctlReturnSize, /* number of bytes returned */
|
||||
(LPOVERLAPPED) NULL)) /* OVERLAPPED structure */
|
||||
printf ("Device OK - Type: %s, Number: %d\n", _device_type_name (Device.DeviceType), Device.DeviceNumber);
|
||||
printf ("Device OK - Type: %s, Number: %d\n", _device_type_name (Device.DeviceType), (int)Device.DeviceNumber);
|
||||
#endif
|
||||
|
||||
if (sector_size)
|
||||
|
|
Loading…
Add table
Reference in a new issue