mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
Clean up compilation warnings
This commit is contained in:
parent
4d43071112
commit
cc45809152
1 changed files with 1 additions and 3 deletions
|
|
@ -3489,7 +3489,7 @@ usage: (make-network-process &rest ARGS) */)
|
|||
int family = -1;
|
||||
int ai_protocol = 0;
|
||||
#ifdef HAVE_GETADDRINFO_A
|
||||
struct gaicb **dns_requests;
|
||||
struct gaicb **dns_requests = NULL;
|
||||
#endif
|
||||
ptrdiff_t count = SPECPDL_INDEX ();
|
||||
|
||||
|
|
@ -3819,8 +3819,6 @@ usage: (make-network-process &rest ARGS) */)
|
|||
here will be nil, so we postpone connecting to the server. */
|
||||
if (!p->is_server && NILP (ip_addresses))
|
||||
{
|
||||
int channel;
|
||||
|
||||
p->dns_requests = dns_requests;
|
||||
p->status = Qconnect;
|
||||
dns_processes = Fcons (proc, dns_processes);
|
||||
|
|
|
|||
Loading…
Reference in a new issue