* emacsclient.c (IF_LINT): New macro.
[bpt/emacs.git] / lib-src / ChangeLog
index 46e851f..699eaf4 100644 (file)
@@ -6,6 +6,9 @@
        (set_local_socket, main):
        Use const char *, not char *, for pointers that are not assigned
        through.
+       (IF_LINT): New macro.
+       (set_local_socket, main): Use it to suppress warnings with
+       GCC -Wuninitialized.
 
        * emacsclient.c: Redo local variables to avoid shadowing problems.
        (message, socket_status, start_daemon_and_retry_set_socket):