29e167a448
newrole.c:636:12: warning: function declaration isn’t a prototype [-Wstrict-prototypes] 636 | static int transition_to_caller_uid() | ^~~~~~~~~~~~~~~~~~~~~~~~ newrole.c:103:9: warning: macro is not used [-Wunused-macros] #define DEFAULT_CONTEXT_SIZE 255 /* first guess at context size */ ^ newrole.c:862:4: warning: 'break' will never be executed [-Wunreachable-code-break] break; ^~~~~ newrole.c:168:13: warning: no previous extern declaration for non-static variable 'service_name' [-Wmissing-variable-declarations] const char *service_name = "newrole"; ^ hashtab.c:53:11: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] hvalue = h->hash_value(h, key); ~ ^~~~~~~~~~~~~~~~~~~~~ hashtab.c:92:11: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] hvalue = h->hash_value(h, key); ~ ^~~~~~~~~~~~~~~~~~~~~ hashtab.c:124:11: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] hvalue = h->hash_value(h, key); ~ ^~~~~~~~~~~~~~~~~~~~~ hashtab.c:172:10: warning: implicit conversion changes signedness: 'int' to 'unsigned int' [-Wsign-conversion] ret = apply(cur->key, cur->datum, args); ~ ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ hashtab.c:174:12: warning: implicit conversion changes signedness: 'unsigned int' to 'int' [-Wsign-conversion] return ret; ~~~~~~ ^~~ Signed-off-by: Christian Göttsche <cgzones@googlemail.com> |
||
---|---|---|
.. | ||
.tx | ||
hll | ||
load_policy | ||
man | ||
newrole | ||
po | ||
run_init | ||
scripts | ||
secon | ||
semodule | ||
sestatus | ||
setfiles | ||
setsebool | ||
.gitignore | ||
COPYING | ||
Makefile | ||
VERSION |