From 1c45e5c5ab13155207984d26d27908ebde6c5cc7 Mon Sep 17 00:00:00 2001 From: "Dirk-Jan C. Binnema" Date: Wed, 4 Apr 2007 13:57:16 +0000 Subject: [PATCH 1/1] * added -Wno-format-extra-args -Werror to the Maemo CFLAGS; this should enforce warning-free code, but allow for the logical ids pmo-trunk-r1505 --- configure.ac | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/configure.ac b/configure.ac index 40671d7..0662937 100644 --- a/configure.ac +++ b/configure.ac @@ -120,7 +120,9 @@ if test "x$with_platform" = "xmaemo"; then AC_SUBST(plugindesktopentrydir) MODEST_PLATFORM_ID=2 - + # warnings are errors, but don't check format errors, because + # it breaks with logical id's + CFLAGS="$CFLAGS -Wno-format-extra-args -Werror" else # gnome frontend PKG_CHECK_MODULES(MODEST_LIBTINYMAIL_GNOME_DESKTOP,libtinymail-gnome-desktop-1.0 libnm_glib glib-2.0 >= 2.8 gtk+-2.0 >= 2.10) -- 1.7.9.5