Make sure the implicit function declaration errors still come through

This commit is contained in:
Colton G. Rushton 2022-06-18 18:05:01 -03:00
parent f5ce72c34a
commit 1d6e89930d

View File

@ -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)