#1700 ding-libs clang errors
Closed: Fixed None Opened 11 years ago by okos.

clang report after applying patchset currently on the list (differs from current master only on lines for last two warnings)

path_utils/path_utils.c:568:9: warning: Value stored to 'prune' is never read
        prune = false;
        ^       ~~~~~

path_utils/path_utils.c:616:5: warning: Value stored to 'result' is never read
    result = false;
    ^        ~~~~~

collection/collection.c:579:46: warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'parent')
                                item->next = parent->next;
                                             ^~~~~~

collection/collection.c:577:46: warning: Access to field 'next' results in a dereference of a null pointer (loaded from variable 'parent')
                                    parent = parent->next;
                                             ^~~~~~

collection/collection_cmp.c:89:31: warning: Both operands to '==' always have the same value
            if ((first->phash == first->phash) &&
                 ~~~~~~~~~~~~ ^  ~~~~~~~~~~~~

ini/ini_configobj.c:125:9: warning: Value stored to 'error' is never read
        error = errno;
        ^       ~~~~~

ini/ini_configobj.c:269:9: warning: Value stored to 'error' is never read
        error = errno;
        ^       ~~~~~

Fields changed

milestone: NEEDS_TRIAGE => Tools 1.0

Fields changed

milestone: NEEDS_TRIAGE => Tools 1.0

Fields changed

milestone: NEEDS_TRIAGE => Tools 1.0

Fields changed

rhbz: => 0

Fields changed

rhbz: => 0

Fields changed

rhbz: => 0

Fields changed

patch: 0 => 1
selected: =>

Fields changed

patch: 0 => 1
selected: =>

Fields changed

patch: 0 => 1
selected: =>

Fields changed

resolution: => fixed
status: new => closed

Fields changed

resolution: => fixed
status: new => closed

Fields changed

resolution: => fixed
status: new => closed

Metadata Update from @okos:
- Issue set to the milestone: Tools 1.0

7 years ago

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

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/2742

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.

Login to comment on this ticket.

Metadata