From: Michael Vrable Date: Thu, 23 Jun 2011 18:51:01 +0000 (-0700) Subject: Enable additional compiler warnings X-Git-Url: http://git.vrable.net/?p=cumulus.git;a=commitdiff_plain;h=8dc395805eb042d94f8fe4d6f6e76c53293e1d14 Enable additional compiler warnings --- 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))