#1700 ding-libs clang errors
Closed: Fixed Opened 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

rhbz: => 0

Fields changed

patch: 0 => 1
selected: =>

Fields changed

resolution: => fixed
status: new => closed

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

Metadata