freemint / fvdi

fVDI fork with additional fixes and drivers.
https://fvdi.sourceforge.io
7 stars 6 forks source link

warning when building fvdi #48

Closed xdelatour closed 1 year ago

xdelatour commented 1 year ago

I noticed a warning when building fvdi

loader.c:1243:40: warning: suggest braces around empty body in an 'else' statement [-Wempty-body]
                 PRINTF(("!!!failed\n"));
                                        ^

Fixed by this patch: loader.c.patch.txt

Maybe I should learn how to create pull requests, it might be faster :-)