From aa777f3826f0890ac0b5ad3741f908f5d90259cd Mon Sep 17 00:00:00 2001 From: Rangi42 Date: Wed, 25 Dec 2024 21:26:37 -0500 Subject: [PATCH] Remove `-Wnumeric-string=2` --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 144cb9841..ee694236a 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