mirror of
https://github.com/pbatard/rufus.git
synced 2025-05-20 18:05:21 -04:00
[syslinux] silence a MinGW warning in libfat
* Also fix a typo in ChangeLog.txt
This commit is contained in:
parent
862365c01a
commit
e661eff9ae
3 changed files with 8 additions and 6 deletions
|
@ -98,6 +98,8 @@ libfat_open(int (*readfunc) (intptr_t, void *, size_t, libfat_sector_t),
|
|||
|
||||
if (minfatsize > fatsize)
|
||||
goto barf; /* The FATs don't fit */
|
||||
#else
|
||||
(void)(minfatsize); /* silence an unused warning in MinGW */
|
||||
#endif
|
||||
|
||||
if (fs->fat_type == FAT28)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue