From 8dc395805eb042d94f8fe4d6f6e76c53293e1d14 Mon Sep 17 00:00:00 2001
From: Michael Vrable <vrable@cs.hmc.edu>
Date: Thu, 23 Jun 2011 11:51:01 -0700
Subject: [PATCH] Enable additional compiler warnings

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

diff --git a/Makefile b/Makefile
index bf6561c..33a5c20 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 PACKAGES=sqlite3 uuid
 DEBUG=-g
-CXXFLAGS=-O -Wall -D_FILE_OFFSET_BITS=64 $(DEBUG) \
+CXXFLAGS=-O -Wall -Wextra -D_FILE_OFFSET_BITS=64 $(DEBUG) \
 	 $(shell pkg-config --cflags $(PACKAGES)) \
 	 -DCUMULUS_VERSION=$(shell cat version)
 LDFLAGS=$(DEBUG) $(shell pkg-config --libs $(PACKAGES))
-- 
2.20.1