8bitbubsy / pt2-clone

ProTracker 2 clone for Windows/macOS/Linux

Home Page:https://16-bits.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pt2-clone: ftbfs with GCC-10

alexmyczko opened this issue · comments

I don't really understand how this happens, as #pragma once should make sure that the header is only included and parsed one time, as far as I know. Maybe using struct data in headers is not really C compliant, and that the later GCC versions are even more strict.

Talked to someone now, and the way I do it is completely wrong. I'll refactor the code a bit and come with a fix.

Fixed.