[beagle] We didn't have any warnings turned on for libbeagle



commit dd47e346159b02e276ba339ad7ea252111ed5c99
Author: Joe Shaw <joe joeshaw org>
Date:   Sun May 17 10:32:36 2009 -0400

    We didn't have any warnings turned on for libbeagle
    
    Oops, probably happened when we split libbeagle out of beagle?
    Added -Wall.
---
 libbeagle/configure.in |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/libbeagle/configure.in b/libbeagle/configure.in
index 4013468..ab9b148 100644
--- a/libbeagle/configure.in
+++ b/libbeagle/configure.in
@@ -50,6 +50,10 @@ LIBBEAGLE_AGE=0
 LIBBEAGLE_VERSION_INFO="$LIBBEAGLE_CURRENT:$LIBBEAGLE_REVISION:$LIBBEAGLE_AGE"
 AC_SUBST(LIBBEAGLE_VERSION_INFO)
 
+# Warnings
+WARN_CFLAGS="-Wall"
+AC_SUBST(WARN_CFLAGS)
+
 PKG_CHECK_MODULES(LIBBEAGLE, [
 	gobject-2.0 >= $GOBJECT_REQUIRED
 	libxml-2.0  >= $LIBXML_REQUIRED



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]