diff options
| author | Paul Eggert | 2011-03-08 22:21:25 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-03-08 22:21:25 -0800 |
| commit | c2ed9c8b0cf694c20eea63f31b7c276efa6a1008 (patch) | |
| tree | 6ac89f1e898f5b0b5d04bded3569c2ffc330a192 /src/ChangeLog | |
| parent | 071048a3f588c7ae789983bf411a6ea948758abc (diff) | |
| download | emacs-c2ed9c8b0cf694c20eea63f31b7c276efa6a1008.tar.gz emacs-c2ed9c8b0cf694c20eea63f31b7c276efa6a1008.zip | |
* term.c (encode_terminal_code): Mark vars for gcc -Wuninitialized.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 6d22732b5e0..c6f973af8c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -89,6 +89,7 @@ | |||
| 89 | 89 | ||
| 90 | * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not | 90 | * cm.c (cmgoto): Mark variables that gcc -Wuninitialized does not |
| 91 | deduce are never used uninitialized. | 91 | deduce are never used uninitialized. |
| 92 | * term.c (encode_terminal_code): Likewise. | ||
| 92 | 93 | ||
| 93 | * term.c (encode_terminal_code): Now static. Remove unused local. | 94 | * term.c (encode_terminal_code): Now static. Remove unused local. |
| 94 | 95 | ||