diff options
| author | Paul Eggert | 2011-04-18 23:42:12 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-18 23:42:12 -0700 |
| commit | fa3c87e1f21cd100ccb257d5dd41047d0c9a732b (patch) | |
| tree | 5c39f978d5b0cec246c902418a94c0c8393d3efa /src/ChangeLog | |
| parent | 2172544bcd6f38bc7c0888a148a6dc8a903314c0 (diff) | |
| download | emacs-fa3c87e1f21cd100ccb257d5dd41047d0c9a732b.tar.gz emacs-fa3c87e1f21cd100ccb257d5dd41047d0c9a732b.zip | |
* process.c (Fnetwork_interface_info): Avoid left-shift undefined
behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2b2a9510435..f109718fadb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-19 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-19 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * process.c (Fnetwork_interface_info): Avoid left-shift undefined | ||
| 4 | behavior with 1 << 31. GCC 4.6.0 warns about this on 32-bit hosts. | ||
| 5 | |||
| 3 | * xfns.c (Fx_window_property): Simplify a bit, | 6 | * xfns.c (Fx_window_property): Simplify a bit, |
| 4 | to make a bit faster and to avoid GCC 4.6.0 warning. | 7 | to make a bit faster and to avoid GCC 4.6.0 warning. |
| 5 | * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise. | 8 | * xselect.c (x_get_window_property, x_handle_dnd_message): Likewise. |