mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 17:53:56 -06:00
Fix Sparse warnings: add "static"
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
f2818f2201
commit
1e6eec8b33
3 changed files with 3 additions and 3 deletions
|
@ -104,7 +104,7 @@ static void winsock_cleanup(void)
|
|||
|
||||
#else
|
||||
|
||||
struct stat dns_addr_stat;
|
||||
static struct stat dns_addr_stat;
|
||||
|
||||
int get_dns_addr(struct in_addr *pdns_addr)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue