From 884ac59256d19db5ee25d976a4f5e60cce51d7d5 Mon Sep 17 00:00:00 2001 From: Carl Worth Date: Sun, 25 Oct 2009 15:53:27 -0700 Subject: Re-enable the warning for unused parameters. It's easy enough to squelch the warning with an __attribute__ ((unused)) and it might just catch something for us in the future. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 3a8cda90..6e3ab26d 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ PROGS=notmuch -CXXWARNINGS_FLAGS=-Wall -Wextra -Wno-unused-parameter +CXXWARNINGS_FLAGS=-Wall -Wextra CWARNINGS_FLAGS=$(CXXWARNINGS_FLAGS) CDEPENDS_FLAGS=`pkg-config --cflags glib-2.0 talloc` -- cgit v1.2.3