[Telepathy-commits] [telepathy-qt4/master] configure.ac: warn about more things

Simon McVittie simon.mcvittie at collabora.co.uk
Thu Jan 8 07:47:13 PST 2009


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

diff --git a/configure.ac b/configure.ac
index bbd124a..2957c4d 100644
--- a/configure.ac
+++ b/configure.ac
@@ -76,7 +76,11 @@ AM_CONDITIONAL([OFFICIAL_RELEASE], [test "x$official_release" = xyes])
 TP_COMPILER_WARNINGS([ERROR_CXXFLAGS], [test "x$official_release" = xno],
   [all \
    extra \
-   missing-declarations],
+   missing-declarations \
+   sign-compare \
+   pointer-arith \
+   format-security \
+   init-self],
    [missing-field-initializers \
     unused-parameter])
 AC_SUBST([ERROR_CXXFLAGS])
-- 
1.5.6.5




More information about the Telepathy-commits mailing list