There was an error while loading. Please reload this page.
1 parent a21d152 commit cf2f5e1Copy full SHA for cf2f5e1
src/Makefile
@@ -23,7 +23,7 @@ NODEPS:=clean distclean
23
ifeq (,$(findstring clang,$(CC)))
24
STD=-std=c99 -pedantic -DREDIS_STATIC=''
25
else
26
- STD=-std=c11 -pedantic -DREDIS_STATIC=''
+ STD=-std=c99 -Wno-c11-extensions -pedantic -DREDIS_STATIC=''
27
endif
28
WARN=-Wall -W -Wno-missing-field-initializers
29
OPT=$(OPTIMIZATION)
0 commit comments