[telepathy-mission-control/master] configure.ac: enable some more warnings (the ones used by telepathy-glib)

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Apr 2 12:22:06 PDT 2009


---
 configure.ac |   12 +++++-------
 1 files changed, 5 insertions(+), 7 deletions(-)

diff --git a/configure.ac b/configure.ac
index 2ef7041..cb76461 100644
--- a/configure.ac
+++ b/configure.ac
@@ -26,18 +26,16 @@ TP_COMPILER_WARNINGS([ERROR_CFLAGS],
    strict-prototypes \
    missing-prototypes \
    missing-declarations \
+   sign-compare \
+   nested-externs \
+   pointer-arith \
+   format-security \
+   init-self \
    ],
   [missing-field-initializers \
    unused-parameter])
 AC_SUBST([ERROR_CFLAGS])
 
-dnl Also used in telepathy-glib:
-dnl   sign-compare \
-dnl   nested-externs \
-dnl   pointer-arith \
-dnl   format-security \
-dnl   init-self \
-
 AM_CFLAGS="$CFLAGS -fno-strict-aliasing -ansi -DDMALLOC $ERROR_CFLAGS"
 AC_SUBST([AM_CFLAGS])
 
-- 
1.5.6.5




More information about the telepathy-commits mailing list