we want get rid of the 'not ISO-conform' warning otherwise

This commit is contained in:
overflowerror 2017-03-09 18:38:05 +01:00
parent a73a5ead20
commit 462ac20b39

View file

@ -6,7 +6,7 @@
CC = gcc
DEFS = -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
CFLAGS = -Wall -Wextra -g -std=c99 -pedantic -DENDEBUG $(DEFS) -fPIC
CFLAGS = -Wall -Wextra -g -std=c99 -DENDEBUG $(DEFS) -fPIC
LDFLAGS = $(DEFS)
LIBFLAGS = -shared $(DEFS)