#536 Clean up compiler warnings for 1.3
Closed: wontfix None Opened 11 years ago by nhosoi.

-ldap/servers/slapd/attrsyntax.c:826:3: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
-ldap/servers/slapd/attrsyntax.c:1047:2: warning: implicit declaration of function 'config_get_schemamod' [-Wimplicit-function-declaration]
-ldap/servers/slapd/dse.c:707:2: warning: passing argument 1 of 'dse_check_file' discards 'const' qualifier from pointer target type [enabled by default]
-ldap/servers/slapd/dse.c:709:6: warning: passing argument 1 of 'dse_check_file' discards 'const' qualifier from pointer target type [enabled by default]
-ldap/servers/slapd/schema.c:1651:3: warning: implicit declaration of function 'config_get_schemamod' [-Wimplicit-function-declaration]

Description: Cleaning up compiler warnings by:
- declaring config_get_schemamod in proto-slap.h
- putting parentheses around assignment
- explicitly casting to discard 'const'

Reviewed by Mark (Thank you!!!).

Pushed to master: commit dc33f18

Metadata Update from @nhosoi:
- Issue assigned to nhosoi
- Issue set to the milestone: 1.3.0

7 years ago

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/536

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)

3 years ago

Login to comment on this ticket.

Metadata