From f4985a5457982eed3614b221bf82c6275fc1822a Mon Sep 17 00:00:00 2001 From: Brendan Cully Date: Thu, 24 Jul 2008 12:13:03 -0400 Subject: [PATCH] Disable GCC long long warnings with -pedantic. Closes #2823. Thanks to Aron Griffis for the suggestion. --- ChangeLog | 20 ++++++++++---------- configure.ac | 2 +- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index abbf3de1b..a0fbab439 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,12 @@ -2008-07-21 11:42 +0200 Rocco Rutte (7e6d98886cce) +2008-07-22 16:30 +0200 Vincent Lefevre (e27d7ce09c40) + + * doc/manual.xml.head, init.h: Fix typos in manual.xml.head and + init.h. Closes #3096. + +2008-07-21 11:53 +0200 Rocco Rutte (5511a52bbc9f) + + * init.h: Use itemized lists for listing possible sort config + settings. * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized lists. @@ -7,23 +15,15 @@ while support for real lists will make it look nicer: for docbook use , \(hy for roff and '-' for text. -2008-07-21 11:41 +0200 Rocco Rutte (e09af06a5312) - * doc/manual.xml.head: Document that account-hook is intended for connection-related settings only -2008-07-21 11:40 +0200 Rocco Rutte (089c83504474) - * doc/manual.xml.head: Manual: Use tables for message flags as it's more compact -2008-07-21 11:40 +0200 Rocco Rutte (7bdd9439304e) - * doc/manual.xml.head: Manual: minor formatting tweaks -2008-07-21 09:11 +0200 Rocco Rutte (f93dcd689032) - - * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in + * alias.c, init.h: Encode lines written to $alias_file in $config_charset if set. Closes #3095 2008-07-10 09:38 -0400 Aron Griffis (7729b1ad530c) diff --git a/configure.ac b/configure.ac index e09f4b2b0..05f063cc6 100644 --- a/configure.ac +++ b/configure.ac @@ -773,7 +773,7 @@ AC_ARG_ENABLE(warnings, AC_HELP_STRING([--disable-warnings], [Turn off compiler fi]) if test x$GCC = xyes && test $mutt_cv_warnings = yes; then - CFLAGS="-Wall -pedantic $CFLAGS" + CFLAGS="-Wall -pedantic -Wno-long-long $CFLAGS" fi AC_ARG_ENABLE(nfs-fix, AC_HELP_STRING([--enable-nfs-fix], [Work around an NFS with broken attributes caching]), -- 2.40.0