Commit cf2f5e19 authored by David Carlier's avatar David Carlier
Browse files

tweak form feedback

parent a21d1522
...@@ -23,7 +23,7 @@ NODEPS:=clean distclean ...@@ -23,7 +23,7 @@ NODEPS:=clean distclean
ifeq (,$(findstring clang,$(CC))) ifeq (,$(findstring clang,$(CC)))
STD=-std=c99 -pedantic -DREDIS_STATIC='' STD=-std=c99 -pedantic -DREDIS_STATIC=''
else else
STD=-std=c11 -pedantic -DREDIS_STATIC='' STD=-std=c99 -Wno-c11-extensions -pedantic -DREDIS_STATIC=''
endif endif
WARN=-Wall -W -Wno-missing-field-initializers WARN=-Wall -W -Wno-missing-field-initializers
OPT=$(OPTIMIZATION) OPT=$(OPTIMIZATION)
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment