diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 58347a154a3..221d4c7f6c3 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4004,7 +4004,7 @@ usage: (make-network-process &rest ARGS) */) | |||
| 4004 | 4004 | ||
| 4005 | if (!NILP (host)) | 4005 | if (!NILP (host)) |
| 4006 | { | 4006 | { |
| 4007 | ptrdiff_t portstringlen ATTRIBUTE_UNUSED; | 4007 | MAYBE_UNUSED ptrdiff_t portstringlen; |
| 4008 | 4008 | ||
| 4009 | /* SERVICE can either be a string or int. | 4009 | /* SERVICE can either be a string or int. |
| 4010 | Convert to a C string for later use by getaddrinfo. */ | 4010 | Convert to a C string for later use by getaddrinfo. */ |