Jinoh Kang (@iamahuman) commented about programs/wineboot/wineboot.c:
/* create the ComputerName registry keys */ static void create_computer_name_keys(void) {
- struct addrinfo hints = {0}, *res;
- static const struct addrinfo hints = { .ai_flags = AI_CANONNAME };
- struct addrinfo *res = NULL;
```suggestion:-0+0 struct addrinfo *res; ```