mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
silence (harmless) warnings
This commit is contained in:
parent
697df7cc06
commit
b21c869ac3
@ -821,7 +821,7 @@ syncprov_qplay( Operation *op, slap_overinst *on, syncops *so )
|
||||
syncres *sr;
|
||||
Entry *e;
|
||||
opcookie opc;
|
||||
int rc;
|
||||
int rc = 0;
|
||||
|
||||
opc.son = on;
|
||||
op->o_bd->bd_info = (BackendInfo *)on->on_info;
|
||||
@ -897,7 +897,7 @@ syncprov_qtask( void *ctx, void *arg )
|
||||
op->o_private = NULL;
|
||||
op->o_callback = NULL;
|
||||
|
||||
syncprov_qplay( op, on, so );
|
||||
(void)syncprov_qplay( op, on, so );
|
||||
|
||||
/* decrement use count... */
|
||||
syncprov_free_syncop( so );
|
||||
|
Loading…
Reference in New Issue
Block a user