mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-30 22:45:21 -04:00
[misc] report if running x86 emulation on ARM
* Also fix a static analysis warning.
This commit is contained in:
parent
4e8375c73c
commit
aed34ca635
3 changed files with 52 additions and 7 deletions
|
@ -440,8 +440,8 @@ BOOL SmartGetVersion(HANDLE hdevice)
|
|||
*/
|
||||
int IsHDD(DWORD DriveIndex, uint16_t vid, uint16_t pid, const char* strid)
|
||||
{
|
||||
int score = 0, score_list_size = 0;
|
||||
size_t i, mlen, ilen;
|
||||
int score = 0;
|
||||
size_t i, mlen, ilen, score_list_size = 0;
|
||||
BOOL wc;
|
||||
uint64_t drive_size;
|
||||
int8_t score_list[16];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue