sfeed

simple feed reader - forked from git.codemadness.org/sfeed
git clone git://src.gearsix.net/sfeed
Log | Files | Refs | Atom | README | LICENSE

commit b3b7fad6974e1e67396e4c0988d58a511bd3dba8
parent e11d6d36d576683ec63dda6495bfaf9faaa2ec87
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Wed,  9 Apr 2014 00:36:43 +0200

config.mk: dont use -Wextra

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mconfig.mk | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -12,7 +12,7 @@ INCS = LIBS = -lc # debug -CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -Wextra -pedantic \ +CFLAGS = -fstack-protector-all -O0 -g -std=c99 -Wall -pedantic \ -DVERSION=\"${VERSION}\" -D_POSIX_C_SOURCE=200809L -D_XOPEN_SOURCE LDFLAGS = ${LIBS}