mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[core] refactor fast-zeroing code and fix warnings
* Fox coverity and MinGW warnings
This commit is contained in:
parent
f9275e4780
commit
59aab9b61d
3 changed files with 24 additions and 33 deletions
2
src/ui.c
2
src/ui.c
|
@ -638,7 +638,7 @@ void ToggleAdvancedFormatOptions(BOOL enable)
|
|||
void SetPersistenceSize(uint64_t pos, uint64_t max)
|
||||
{
|
||||
char tmp[12];
|
||||
int i, proposed_unit_selection;
|
||||
int i, proposed_unit_selection = 0;
|
||||
LONGLONG base_unit = MB;
|
||||
HWND hCtrl;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue