[syslinux] silence a MinGW warning in libfat

* Also fix a typo in ChangeLog.txt
This commit is contained in:
Pete Batard 2013-07-18 00:10:29 +01:00
parent 862365c01a
commit e661eff9ae
3 changed files with 8 additions and 6 deletions

View file

@ -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)