Add -Wobsolete to RGBFIX and RGBGFX, and deprecate rgbfix -O

This commit is contained in:
Rangi42
2025-08-05 17:12:29 -04:00
parent 3a0a4b7f90
commit bf66e346f0
12 changed files with 16 additions and 6 deletions

View File

@@ -1,2 +1,2 @@
-O -Cjv -t PM_CRYSTAL -i BYTE -n 0 -k 01 -l 0x33 -m 0x10 -r 3 -p 0
Checks that the -O flag suppresses "Overwrote a non-zero byte" warnings from the rest
-Wno-overwrite -Cjv -t PM_CRYSTAL -i BYTE -n 0 -k 01 -l 0x33 -m 0x10 -r 3 -p 0
Checks that the -Wno-overwrite flag suppresses "Overwrote a non-zero byte" warnings from the rest