mirror of
https://github.com/SELinuxProject/selinux
synced 2025-03-06 10:17:32 +00:00
conditional.c:391:4: warning: Value stored to 'i' is never read [deadcode.DeadStores] i = 0; ^ ~ conditional.c:718:2: warning: Value stored to 'len' is never read [deadcode.DeadStores] len = 0; ^ ~ conditional.c:772:2: warning: Value stored to 'len' is never read [deadcode.DeadStores] len = 0; ^ ~ services.c:89:10: warning: Value stored to 'new_stack' during its initialization is never read [deadcode.DeadStores] char **new_stack = stack; ^~~~~~~~~ ~~~~~ services.c:440:11: warning: Value stored to 'new_expr_list' during its initialization is never read [deadcode.DeadStores] char **new_expr_list = expr_list; ^~~~~~~~~~~~~ ~~~~~~~~~ ../cil/src/cil_binary.c:2230:24: warning: Value stored to 'cb_node' during its initialization is never read [deadcode.DeadStores] struct cil_tree_node *cb_node = node->cl_head; ^~~~~~~ ~~~~~~~~~~~~~ Found by clang-analyzer Signed-off-by: Christian Göttsche <cgzones@googlemail.com> Acked-by: James Carter <jwcart2@gmail.com> |
||
---|---|---|
.. | ||
cil | ||
include | ||
man | ||
src | ||
tests | ||
utils | ||
.gitignore | ||
COPYING | ||
Makefile | ||
VERSION |