aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-25 21:26:37 -0500
committerRangi42 <sylvie.oukaour+rangi42@gmail.com>2024-12-25 21:26:37 -0500
commitaa777f3826f0890ac0b5ad3741f908f5d90259cd (patch)
treed875c16f5efb2cde9d73dfe68f4f15a923d73064
parentUse RGBDS 0.9.0 (#123) (diff)
downloadpokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.tar.gz
pokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.tar.xz
pokeyellow-aa777f3826f0890ac0b5ad3741f908f5d90259cd.zip
Remove `-Wnumeric-string=2`
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 144cb984..ee694236 100644
--- a/Makefile
+++ b/Makefile
@@ -81,7 +81,7 @@ tools:
$(MAKE) -C tools/
-RGBASMFLAGS = -Q8 -P includes.asm -Weverything -Wnumeric-string=2 -Wtruncation=1
+RGBASMFLAGS = -Q8 -P includes.asm -Weverything -Wtruncation=1
# Create a sym/map for debug purposes if `make` run with `DEBUG=1`
ifeq ($(DEBUG),1)
RGBASMFLAGS += -E