diff options
| author | Paul Eggert | 2011-02-25 14:21:01 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 14:21:01 -0800 |
| commit | 8dfa32f6a5c8570ab2eb0f379491209a3d4494c9 (patch) | |
| tree | ea255fdf88741a619f93f717e172d328c73e5e34 /lib-src/ChangeLog | |
| parent | 564ff1f20ced473e10179fc5a4cc1c85cb572b2b (diff) | |
| download | emacs-8dfa32f6a5c8570ab2eb0f379491209a3d4494c9.tar.gz emacs-8dfa32f6a5c8570ab2eb0f379491209a3d4494c9.zip | |
* make-docfile.c (scan_c_file): Refactor local variable decls to make their scope
more accurate and to avoid a GCC -Wuninitialized diagnostic.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 61480cfaec0..928e8621c27 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -3,6 +3,8 @@ | |||
| 3 | * make-docfile.c (write_globals): Change char * to char const * | 3 | * make-docfile.c (write_globals): Change char * to char const * |
| 4 | to avoid a GCC "assignment discards qualifiers" diagnostic | 4 | to avoid a GCC "assignment discards qualifiers" diagnostic |
| 5 | in some configurations. | 5 | in some configurations. |
| 6 | (scan_c_file): Refactor local variable decls to make their scope | ||
| 7 | more accurate and to avoid a GCC -Wuninitialized diagnostic. | ||
| 6 | 8 | ||
| 7 | 2011-02-22 Eli Zaretskii <eliz@gnu.org> | 9 | 2011-02-22 Eli Zaretskii <eliz@gnu.org> |
| 8 | 10 | ||