diff options
| author | Paul Eggert | 2011-03-14 16:30:06 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-03-14 16:30:06 -0700 |
| commit | edced198e35ccd2ab81797988705597da3fc3e19 (patch) | |
| tree | f411c0c53b5c77799e555bcaa41e091a5a323c60 /src/ChangeLog | |
| parent | fbd02d7b061d3adc47ccce6ff568ef4bd3aecf17 (diff) | |
| download | emacs-edced198e35ccd2ab81797988705597da3fc3e19.tar.gz emacs-edced198e35ccd2ab81797988705597da3fc3e19.zip | |
* sysdep.c (sys_subshell): Mark local as volatile if checking for lint,
to suppress a gcc -Wclobbered warning that does not seem to be right.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 266ff2f58a6..efc238cc078 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -2,6 +2,8 @@ | |||
| 2 | 2 | ||
| 3 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. | 3 | * sysdep.c (system_process_attributes): Rename vars to avoid shadowing. |
| 4 | Fix pointer signedness issue. | 4 | Fix pointer signedness issue. |
| 5 | (sys_subshell): Mark local as volatile if checking for lint, | ||
| 6 | to suppress a gcc -Wclobbered warning that does not seem to be right. | ||
| 5 | 7 | ||
| 6 | * process.c (serial_open, serial_configure): Move decls from here ... | 8 | * process.c (serial_open, serial_configure): Move decls from here ... |
| 7 | * systty.h: ... to here, so that they can be checked. | 9 | * systty.h: ... to here, so that they can be checked. |