Format RGBFIX and RGBGFX warnings/errors the same way as RGBASM and RGBLINK

This commit is contained in:
Rangi42
2025-08-11 15:16:00 -04:00
parent 02310489c6
commit 30a8503dcd
52 changed files with 105 additions and 186 deletions

View File

@@ -1,6 +1,3 @@
warning: [-Wtruncation]
Truncating title "0123456789ABCDEF" to 15 chars
warning: [-Woverwrite]
Overwrote a non-zero byte in the title
warning: [-Woverwrite]
Overwrote a non-zero byte in the CGB flag
warning: Truncating title "0123456789ABCDEF" to 15 chars [-Wtruncation]
warning: Overwrote a non-zero byte in the title [-Woverwrite]
warning: Overwrote a non-zero byte in the CGB flag [-Woverwrite]