From 78188317f96392e12e51e02f9a94150f0ac1786f Mon Sep 17 00:00:00 2001 From: Greg Kroah-Hartman Date: Thu, 13 Jan 2011 16:20:43 -0800 Subject: [PATCH 1/1] turn on some better compiler warnings. Signed-off-by: Greg Kroah-Hartman --- Makefile.am | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index 904a058..c512442 100644 --- a/Makefile.am +++ b/Makefile.am @@ -13,7 +13,8 @@ bti_CFLAGS = \ $(LIBCURL_CFLAGS) \ $(XML_CFLAGS) \ $(LIBPCRE_CFLAGS) \ - $(LIBOAUTH_CFLAGS) + $(LIBOAUTH_CFLAGS) \ + -Wall bti_LDADD = \ $(LIBCURL_LIBS) \ -- 2.39.5