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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user