#49240 2017-04-03 ci compiler warns
Closed: wontfix Opened by firstyear.

Issue Description

ldap/servers/slapd/pblock.c:220:24: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:227:25: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:234:23: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:241:25: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:248:26: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:255:30: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
ldap/servers/slapd/pblock.c:262:31: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types]
src/libsds/test/test_sds_bpt.c:25:11: warning: unused variable test [-Wunused-variable]
src/libsds/test/test_sds_bpt.c:22:1: warning: test_asan_leak defined but not used [-Wunused-function]
src/libsds/test/test_sds_bpt.c:13:1: warning: test_asan_overflow defined but not used [-Wunused-function]
src/libsds/test/test_sds_csiphash.c:25:23: warning: integer constant is so large that it is unsigned
src/libsds/test/test_sds_csiphash.c:26:23: warning: integer constant is so large that it is unsigned
src/libsds/test/benchmark.c:75:31: warning: passing argument 2 of avl_free from incompatible pointer type [-Wincompatible-pointer-types]
In file included from src/libsds/test/benchmark.c:12:0:
./ldap/include/avl.h:73:12: note: expected IFP {aka int (*)()} but argument is of type void (*)(void *)

Metadata Update from @firstyear:
- Issue assigned to firstyear

Metadata Update from @firstyear:
- Custom field type adjusted to defect

Works for me, I do not get any compiler errors/warnings with this patch

Metadata Update from @mreynolds:
- Custom field reviewstatus adjusted to ack

commit 683737b52e116435b9cde2e2727b018b17cdb433
To ssh://git@pagure.io/389-ds-base.git
18a77e9..683737b master -> master

Metadata Update from @firstyear:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

389-ds-base is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in 389-ds-base's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/389ds/389-ds-base/issues/2299

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @spichugi:
- Issue close_status updated to: wontfix (was: fixed)

Metadata