DavidGriffith / daphne

First Ever Multiple Arcade Laserdisc Emulator
http://www.daphne-emu.com
GNU General Public License v2.0
23 stars 7 forks source link

Code cleanup, eliminating all warnings in gcc8 #13

Closed DirtBagXon closed 4 years ago

DirtBagXon commented 4 years ago

Also a weird 64bit Lua os.clock issue addressed, be interested if anyone else sees this issue...

Should compile without any warnings on Debian9/10 _(x8664) and Raspian9/10 (armv7l) using same Makefiles.

Note: All the 'inline' declarations for libmpeg2 are restored in 7675e73.