Changeset 5465:45ce2903b9e9
- Timestamp:
- 2008-07-24 09:13:03 (4 months ago)
- Author:
- Brendan Cully <brendan@…>
- Branch:
- HEAD
- Message:
-
Disable GCC long long warnings with -pedantic. Closes #2823.
Thanks to Aron Griffis for the suggestion.
- Files:
-
Legend:
- Unmodified
- Added
- Removed
-
|
r5463
|
r5465
|
|
| 1 | | 2008-07-21 11:42 +0200 Rocco Rutte <pdmef@gmx.net> (7e6d98886cce) |
| | 1 | 2008-07-22 16:30 +0200 Vincent Lefevre <vincent@vinc17.org> (e27d7ce09c40) |
| | 2 | |
| | 3 | * doc/manual.xml.head, init.h: Fix typos in manual.xml.head and |
| | 4 | init.h. Closes #3096. |
| | 5 | |
| | 6 | 2008-07-21 11:53 +0200 Rocco Rutte <pdmef@gmx.net> (5511a52bbc9f) |
| | 7 | |
| | 8 | * init.h: Use itemized lists for listing possible sort config |
| | 9 | settings. |
| 2 | 10 | |
| 3 | 11 | * doc/makedoc.c: makedoc: Add ".ie" and ".il" to support itemized |
| … |
… |
|
| 8 | 16 | use <itemizedlist/>, \(hy for roff and '-' for text. |
| 9 | 17 | |
| 10 | | 2008-07-21 11:41 +0200 Rocco Rutte <pdmef@gmx.net> (e09af06a5312) |
| 11 | | |
| 12 | 18 | * doc/manual.xml.head: Document that account-hook is intended for |
| 13 | 19 | connection-related settings only |
| 14 | 20 | |
| 15 | | 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (089c83504474) |
| 16 | | |
| 17 | 21 | * doc/manual.xml.head: Manual: Use tables for message flags as it's |
| 18 | 22 | more compact |
| 19 | 23 | |
| 20 | | 2008-07-21 11:40 +0200 Rocco Rutte <pdmef@gmx.net> (7bdd9439304e) |
| 21 | | |
| 22 | 24 | * doc/manual.xml.head: Manual: minor formatting tweaks |
| 23 | 25 | |
| 24 | | 2008-07-21 09:11 +0200 Rocco Rutte <pdmef@gmx.net> (f93dcd689032) |
| 25 | | |
| 26 | | * ChangeLog, alias.c, init.h: Encode lines written to $alias_file in |
| | 26 | * alias.c, init.h: Encode lines written to $alias_file in |
| 27 | 27 | $config_charset if set. Closes #3095 |
| 28 | 28 | |
-
|
r5408
|
r5465
|
|
| 774 | 774 | |
| 775 | 775 | if test x$GCC = xyes && test $mutt_cv_warnings = yes; then |
| 776 | | CFLAGS="-Wall -pedantic $CFLAGS" |
| | 776 | CFLAGS="-Wall -pedantic -Wno-long-long $CFLAGS" |
| 777 | 777 | fi |
| 778 | 778 | |