mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
The error was due to casting `const` away for permuting argv elements, which is necessary for a libc for compatibility with older systems, but not for us. Checkpatch will complain about the style not being followed, but this is not our code, so it can be ignored.