mirror of
https://github.com/pret/agbcc.git
synced 2026-09-08 02:25:12 -05:00
Silence the last of the warnings
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user