From cf2f5e19d9e3579a37ec82e2953fb1e606ddbc59 Mon Sep 17 00:00:00 2001 From: David Carlier Date: Wed, 31 Oct 2018 09:53:07 +0000 Subject: [PATCH] tweak form feedback --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Makefile b/src/Makefile index 471d4fab..321118db 100644 --- a/src/Makefile +++ b/src/Makefile @@ -23,7 +23,7 @@ NODEPS:=clean distclean ifeq (,$(findstring clang,$(CC))) STD=-std=c99 -pedantic -DREDIS_STATIC='' else - STD=-std=c11 -pedantic -DREDIS_STATIC='' + STD=-std=c99 -Wno-c11-extensions -pedantic -DREDIS_STATIC='' endif WARN=-Wall -W -Wno-missing-field-initializers OPT=$(OPTIMIZATION)