summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2018-10-31 09:53:07 +0000
committerDavid Carlier <devnexen@gmail.com>2018-10-31 09:53:07 +0000
commitcf2f5e19d9e3579a37ec82e2953fb1e606ddbc59 (patch)
tree0769ec84f0646c5280dbb839ab225d5ab92e55ed /src/Makefile
parenta21d1522c79363d54794016d29a7b8af60c30960 (diff)
downloadredis-cf2f5e19d9e3579a37ec82e2953fb1e606ddbc59.tar.gz
tweak form feedback
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
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)