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

@@ -17,6 +17,7 @@ Diagnostics<WarningLevel, WarningID> warnings = {
},
.warningFlags = {
{"embedded", LEVEL_EVERYTHING},
{"obsolete", LEVEL_DEFAULT },
{"trim-nonempty", LEVEL_ALL },
},
.paramWarnings = {},