#48 Use of deprecated 389-ds event queue through "slapi_eq_once"
Opened 2 years ago by rjeffman. Modified 2 years ago

Funcion slapi_eq_once has been deprecated by 389-ds and its use issues a compiler warning:

slapi-nis-0.60.0/src/back-shr.c:977:2: warning[-Wdeprecated-declarations]: 'slapi_eq_once' is deprecated
slapi-nis-0.60.0/src/back-shr.c:34: included_from: Included from here.
/usr/include/dirsrv/slapi-plugin.h:8125:18: note: declared here
    Slapi_Eq_Context slapi_eq_once(slapi_eq_fn_t fn, void *arg, time_t when) __attribute__((deprecated));
                     ^~~~~~~~~~~~~

This is causing issues with static analysis tools, and might prevent slapi-nis builds in the future if 389-ds completely removes the call.


Log in to comment on this ticket.

Metadata