mirror of
https://github.com/rsyslog/rsyslog.git
synced 2025-12-18 23:50:42 +01:00
fix compiler warning
This commit is contained in:
parent
0cc2564b21
commit
2345f93cee
@ -192,7 +192,7 @@ Wait(nssel_t *pThis, int *piNumReady)
|
|||||||
* rgerhards, 2008-04-23
|
* rgerhards, 2008-04-23
|
||||||
*/
|
*/
|
||||||
static rsRetVal
|
static rsRetVal
|
||||||
IsReady(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp, int *pbIsReady, int *piNumReady)
|
IsReady(nssel_t *pThis, netstrm_t *pStrm, nsdsel_waitOp_t waitOp, int *pbIsReady, int __attribute__((unused)) *piNumReady)
|
||||||
{
|
{
|
||||||
DEFiRet;
|
DEFiRet;
|
||||||
ISOBJ_TYPE_assert(pThis, nssel);
|
ISOBJ_TYPE_assert(pThis, nssel);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user