Hello, FreeIPA compilation gives a GCC warning in a 389-ds header:
In file included from ipa_dns.c:54:0: /usr/include/dirsrv/slapi-plugin.h:5585:1: warning: function declaration isn't a prototype [-Wstrict-prototypes] int slapi_td_plugin_lock_init(); ^
The attached patch should fix this.