mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
* Implement warning diagnostic flags for RGBFIX * `-m/--mbc-type help` prints to stdout * Support `-m list` as well as `-m help` * Make invalid `rgbfix -l` characters a fatal error, like other invalid CLI arguments * Refactor fix/main.cpp into multiple files
7 lines
220 B
Plaintext
7 lines
220 B
Plaintext
warning: [-Wtruncation]
|
|
Truncating title "0123456789ABCDEF" to 11 chars
|
|
warning: [-Woverwrite]
|
|
Overwrote a non-zero byte in the title
|
|
warning: [-Woverwrite]
|
|
Overwrote a non-zero byte in the manufacturer code
|