Skip to content

Commit

Permalink
Remove -Wnumeric-string=2
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Dec 26, 2024
1 parent cde1cb7 commit aa777f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aa777f3

Please sign in to comment.