From 6fb700e52c1684637dcc77a89ea2fc7a1b2050b1 Mon Sep 17 00:00:00 2001
From: Roy Marples <roy@marples.name>
Date: Thu, 5 Apr 2007 11:42:21 +0000
Subject: Superfluous CFLAGS

---
 src/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/Makefile b/src/Makefile
index 131b4d5c..f0c9d1bd 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -5,7 +5,7 @@ CC ?= gcc
 
 CFLAGS ?= -Wall -O2 -pipe
 CFLAGS += -pedantic -std=c99 \
-    -Wall -Wextra -Wunused -Wimplicit -Wshadow -Wformat=2 \
+    -Wall -Wunused -Wimplicit -Wshadow -Wformat=2 \
     -Wmissing-declarations -Wno-missing-prototypes -Wwrite-strings \
     -Wbad-function-cast -Wnested-externs -Wcomment -Winline \
     -Wchar-subscripts -Wcast-align -Wno-format-nonliteral
-- 
cgit v1.2.3