MinGW: Fix -Wunused-function

This commit is contained in:
João Valverde 2023-01-13 19:41:35 +00:00
parent 215a2d7477
commit 846056cf46
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,7 @@ add_unix_interface_ifinfo(if_info_t *if_info, const char *name,
if_info->type = IF_USB;
}
}
#else
#elif !defined(_WIN32)
/*
* On other UN*Xes, if there is a description, it's a friendly
* name, and there is no vendor description. ("Other UN*Xes"