https://bugs.openldap.org/show_bug.cgi?id=9201
Quanah Gibson-Mount quanah@openldap.org changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1
--- Comment #1 from Quanah Gibson-Mount quanah@openldap.org --- Still occurs with current master:
In file included from ldap_thr_debug.h:129, from threads.c:77: ../../include/ldap_pvt_thread.h:114:1: error: conflicting types for ‘ldap_pvt_thread_mutex_recursive_init’ ldap_pvt_thread_mutex_recursive_init LDAP_P(( ldap_pvt_thread_mutex_t *mutex )); ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from ldap_thr_debug.h:129, from threads.c:30: ../../include/ldap_pvt_thread.h:114:1: note: previous declaration of ‘ldap_pvt_thread_mutex_recursive_init’ was here ldap_pvt_thread_mutex_recursive_init LDAP_P(( ldap_pvt_thread_mutex_t *mutex ));