mirror of
https://github.com/pret/agbcc.git
synced 2026-03-21 17:44:20 -05:00
Make sure the implicit function declaration errors still come through
This commit is contained in:
parent
f5ce72c34a
commit
1d6e89930d
|
|
@ -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)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user