1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-28 22:06:38 +02:00

core: fix warnings about unused variables

This commit is contained in:
Sébastien Helleu
2016-08-22 21:40:25 +02:00
parent aecfbebcdc
commit ec85bc1367
+2
View File
@@ -119,6 +119,8 @@ hook_init ()
#if defined(__CYGWIN__) || defined(__APPLE__) || defined(__MACH__)
hook_socketpair_ok = 0;
(void) sock;
(void) rc;
#else
/*
* Test if socketpair() function is working fine: this is NOT the case