From 41f3702dcfa534d794e9b138a72ae155a2897561 Mon Sep 17 00:00:00 2001 From: Ted Gould Date: Tue, 13 Sep 2011 08:53:22 -0500 Subject: Increasing the number of warnings --- src/Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/Makefile.am b/src/Makefile.am index c61474f..c43b7c7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -54,7 +54,8 @@ INCLUDES = \ AM_CPPFLAGS = \ $(GCC_FLAGS) \ $(GTK_CFLAGS) \ - $(MAINTAINER_CFLAGS) + $(MAINTAINER_CFLAGS) \ + -Wall -Werror -Wextra -Wno-unused-parameter libido_0_1_la_SOURCES = \ idotypebuiltins.c \ -- cgit v1.2.3