You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cmake: add -Wno-unused-function to dns_sd_windows.c
We use an external 'mdns.h' in the Windows to do dns-sd for Windows.
We don't use all the functions on purpose, so don't warn when we use that file.
Set -Werror on Travis and AppVeyor to catch issues on mingw
Signed-off-by: Robin Getz <[email protected]>
0 commit comments