Skip to content

Commit cf2f5e1

Browse files
committed
tweak form feedback
1 parent a21d152 commit cf2f5e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/Makefile‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ NODEPS:=clean distclean
2323
ifeq (,$(findstring clang,$(CC)))
2424
STD=-std=c99 -pedantic -DREDIS_STATIC=''
2525
else
26-
STD=-std=c11 -pedantic -DREDIS_STATIC=''
26+
STD=-std=c99 -Wno-c11-extensions -pedantic -DREDIS_STATIC=''
2727
endif
2828
WARN=-Wall -W -Wno-missing-field-initializers
2929
OPT=$(OPTIMIZATION)

0 commit comments

Comments
 (0)