diff options
| author | Paul Eggert | 2011-02-25 21:41:42 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 21:41:42 -0800 |
| commit | 6c0668d97b32ea806006ede9652d78d8aa2b62ce (patch) | |
| tree | ec04cbf2d5dfa1029856bd4fdd915a93cd6922d8 /lib-src/ChangeLog | |
| parent | a4fe4e890af466aea88b4e069d176b8e7da94c80 (diff) | |
| download | emacs-6c0668d97b32ea806006ede9652d78d8aa2b62ce.tar.gz emacs-6c0668d97b32ea806006ede9652d78d8aa2b62ce.zip | |
* ebrowse.c (parse_qualified_param_ident_or_type): Make it clear
to reader (and to the compiler) that the loop always executes at
least once. This prevents a warning with recent GCC.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index c57ee2ff98c..578b3e402b0 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-26 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * ebrowse.c (parse_qualified_param_ident_or_type): Make it clear | ||
| 4 | to reader (and to the compiler) that the loop always executes at | ||
| 5 | least once. This prevents a warning with recent GCC. | ||
| 6 | |||
| 3 | * fakemail.c: Include <ignore-value.h>. | 7 | * fakemail.c: Include <ignore-value.h>. |
| 4 | (put_line): Explicitly ignore fwrite return value, for benefit of | 8 | (put_line): Explicitly ignore fwrite return value, for benefit of |
| 5 | recent glibc + gcc. | 9 | recent glibc + gcc. |