From 462ac20b397db6979068e024cf622a09a2a713fc Mon Sep 17 00:00:00 2001 From: overflowerror Date: Thu, 9 Mar 2017 18:38:05 +0100 Subject: [PATCH] we want get rid of the 'not ISO-conform' warning otherwise --- try/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/try/Makefile b/try/Makefile index 222d4d7..1ece937 100644 --- a/try/Makefile +++ b/try/Makefile @@ -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)