Add -Wlarge-constant to RGBLINK as it is for RGBASM

This commit is contained in:
Rangi42
2026-04-28 14:45:22 +02:00
committed by Rangi
parent 998f636495
commit f72a4d53e2
10 changed files with 67 additions and 16 deletions
+2
View File
@@ -0,0 +1,2 @@
section "test", rom0
label:: dw label
+1
View File
@@ -0,0 +1 @@
org $1_ffff_ffff
+3
View File
@@ -0,0 +1,3 @@
ROM0
INCLUDE "large-constant.inc"
"test"
+2
View File
@@ -0,0 +1,2 @@
warning: Integer constant is too large [-Wlarge-constant]
at large-constant.inc(1) <- large-constant.link(3)