From c0d56e7616a3e167dc5b5d5aae0006d957584632 Mon Sep 17 00:00:00 2001
From: Colin Patrick McCabe <cmccabe@alumni.cmu.edu>
Date: Fri, 13 May 2011 15:39:45 -0700
Subject: [PATCH] Add -Wextra

Signed-off-by: Colin McCabe <colin.mccabe@dreamhost.com>
---
 Makefile |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/Makefile b/Makefile
index 9415613..e0c58c1 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 CC=gcc
 
-CFLAGS=-Wall
+CFLAGS=-Wall -Wextra
 
 all: handle_core
 
-- 
1.6.6.rc1.39.g9a42