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

@@ -370,10 +370,8 @@ Warn when
is called with an empty string as its second argument (the substring to replace).
This warning is enabled by
.Fl Wall .
.It Fl Wlarge-constant
.It Fl Wno-large-constant
Warn when a constant too large to fit in a signed 32-bit integer is encountered.
This warning is enabled by
.Fl Wall .
.It Fl Wmacro-shift
Warn when shifting macro arguments past their limits.
This warning is enabled by