mirror of
https://github.com/rfc1036/whois.git
synced 2026-03-04 06:34:13 +00:00
Remove an unused variable
GCC 16 warned with -Wall option:
whois.c: In function ‘query_verisign’:
whois.c:1043:9: warning: unused variable ‘sock’ [-Wunused-variable]
1043 | int sock;
| ^~~~
This patch removes the unused variable.
This commit is contained in:
parent
6b4784ab1e
commit
0cbc04e979
Loading…
x
Reference in New Issue
Block a user