ThKattanek / emu64

C64 Emulator
https://www.thorsten-kattanek.de/index.php/projekte/emu64
GNU General Public License v2.0
37 stars 5 forks source link

Fix type in libpng callback #240

Closed Zirias closed 1 year ago

Zirias commented 1 year ago

This is entirely irrelevant for functionality as the argument isn't used, but the wrong type is now considered a hard error by LLVM clang 16, breaking the build.

ThKattanek commented 1 year ago

thx