From 18d2adcb854d5a8a920a2c19a9721ea4b02d89e7 Mon Sep 17 00:00:00 2001 From: "S.J.R. van Schaik" Date: Tue, 19 Sep 2017 14:36:47 +0200 Subject: [PATCH] make: less strict warnings --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index 8164d3f..93a16a8 100644 --- a/Makefile +++ b/Makefile @@ -14,8 +14,8 @@ all: $(BUILD)/tbm CFLAGS += -DTBM_VERSION=\"2017-07-27-dev\" CFLAGS += -Iinclude -CFLAGS += -Wall -Wundef -Wextra -Wshadow -Wimplicit-function-declaration -CFLAGS += -Wredundant-decls -Wmissing-prototypes -Wstrict-prototypes -pedantic +CFLAGS += -Wall -Wextra -Wshadow -Wimplicit-function-declaration +CFLAGS += -Wredundant-decls -pedantic CFLAGS += -D_XOPEN_SOURCE CFLAGS += -std=c99