mirror of
https://github.com/pret/agbcc.git
synced 2026-09-13 21:15:24 -05:00
Make sure the implicit function declaration errors still come through
This commit is contained in:
@@ -24,7 +24,7 @@ VPATH = $(srcdir)
|
||||
|
||||
CC = gcc
|
||||
|
||||
BASE_CFLAGS = -g -std=gnu11
|
||||
BASE_CFLAGS = -g -std=gnu11 -Werror-implicit-function-declaration
|
||||
|
||||
INCLUDES = -I. -I$(srcdir)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user