From: Dirk-Jan C. Binnema Date: Wed, 4 Apr 2007 13:57:16 +0000 (+0000) Subject: * added -Wno-format-extra-args -Werror to the Maemo CFLAGS; X-Git-Tag: git_migration_finished~3945 X-Git-Url: http://git.maemo.org/git/?p=modest;a=commitdiff_plain;h=1c45e5c5ab13155207984d26d27908ebde6c5cc7;hp=aac5700b1184e425df31f1775d054459abb279e4 * 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 --- 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)