From 185a0ac62a8b15386d2596f17e86add01fa596fa 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 471d4fab4..321118dbb 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)