Make rgbasm -Wlarge-constant enabled by default

This commit is contained in:
Rangi42
2025-08-08 19:00:13 -04:00
parent e41ce49698
commit 9fc83efe06
2 changed files with 2 additions and 4 deletions

View File

@@ -34,7 +34,7 @@ Diagnostics<WarningLevel, WarningID> warnings = {
{"empty-data-directive", LEVEL_ALL },
{"empty-macro-arg", LEVEL_EXTRA },
{"empty-strrpl", LEVEL_ALL },
{"large-constant", LEVEL_ALL },
{"large-constant", LEVEL_DEFAULT },
{"macro-shift", LEVEL_EXTRA },
{"nested-comment", LEVEL_DEFAULT },
{"obsolete", LEVEL_DEFAULT },