tiletext.c warning suppression

This commit is contained in:
nhmall
2026-05-11 15:30:53 -04:00
parent 3973944a93
commit 0991b0e770
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -94,6 +94,7 @@ ifeq "$(GCCGTEQ9)" "1"
# flags present in gcc version greater than or equal to 9 can go here
CFLAGS+=-Wformat-overflow
CFLAGS+=-Wmissing-parameter-type
NO_WARN_DISCARDED_QUALIFIERS=-Wno-discarded-qualifiers
endif # GCC greater than or equal to 9
#ifeq "$(GCCGTEQ11)" "1"
CFLAGS+=-Wimplicit-fallthrough