Silence the last of the warnings

This commit is contained in:
Colton G. Rushton
2022-06-25 19:13:15 -03:00
parent 93e393f23f
commit 8d7320a307
2 changed files with 2 additions and 2 deletions

View File

@@ -24,7 +24,7 @@ VPATH = $(srcdir)
CC ?= gcc
BASE_CFLAGS = -g -std=gnu11 -Werror-implicit-function-declaration
BASE_CFLAGS = -g -std=gnu11 -Werror-implicit-function-declaration -Wno-format-overflow
INCLUDES = -I. -I$(srcdir)

View File

@@ -64,7 +64,7 @@ ALLOCA_FINISH = true
XCFLAGS =
TCFLAGS =
# CYGNUS LOCAL nowarnings/law
CFLAGS = -g -Werror-implicit-function-declaration
CFLAGS = -g -Werror-implicit-function-declaration -Wno-format-overflow
BOOT_CFLAGS = -O2 $(CFLAGS)
WARN_CFLAGS =
# END CYGNUS LOCAL