diff options
| author | Paul Eggert | 2011-02-25 16:17:02 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-25 16:17:02 -0800 |
| commit | 4be3dfc5e303160859a7666d725512691aedd837 (patch) | |
| tree | e6d9513fdf039eb94b3b2c687ab74189945b1f65 /lib-src/ChangeLog | |
| parent | b9170155fb2bf850fd4e5fad1e46493b8440fd5b (diff) | |
| download | emacs-4be3dfc5e303160859a7666d725512691aedd837.tar.gz emacs-4be3dfc5e303160859a7666d725512691aedd837.zip | |
* emacsclient.c (IF_LINT): New macro.
(set_local_socket, main): Use it to suppress warnings with
GCC -Wuninitialized.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 46e851faada..699eaf4cba9 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -6,6 +6,9 @@ | |||
| 6 | (set_local_socket, main): | 6 | (set_local_socket, main): |
| 7 | Use const char *, not char *, for pointers that are not assigned | 7 | Use const char *, not char *, for pointers that are not assigned |
| 8 | through. | 8 | through. |
| 9 | (IF_LINT): New macro. | ||
| 10 | (set_local_socket, main): Use it to suppress warnings with | ||
| 11 | GCC -Wuninitialized. | ||
| 9 | 12 | ||
| 10 | * emacsclient.c: Redo local variables to avoid shadowing problems. | 13 | * emacsclient.c: Redo local variables to avoid shadowing problems. |
| 11 | (message, socket_status, start_daemon_and_retry_set_socket): | 14 | (message, socket_status, start_daemon_and_retry_set_socket): |