mirror of
https://github.com/gbdev/rgbds.git
synced 2026-06-10 10:42:35 +00:00
Add -Wlarge-constant to RGBLINK as it is for RGBASM
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
section "test", rom0
|
||||
label:: dw label
|
||||
@@ -0,0 +1 @@
|
||||
org $1_ffff_ffff
|
||||
@@ -0,0 +1,3 @@
|
||||
ROM0
|
||||
INCLUDE "large-constant.inc"
|
||||
"test"
|
||||
@@ -0,0 +1,2 @@
|
||||
warning: Integer constant is too large [-Wlarge-constant]
|
||||
at large-constant.inc(1) <- large-constant.link(3)
|
||||
Reference in New Issue
Block a user