platform_external_selinux/semodule-utils
Nicolas Iooss 9c770fe87e semodule_deps: hide -Wwrite-strings warnings
generate_requires() may use a non-freable strings, BASE_NAME, as key in
a hashtable. The compiler complains about this small abuse of
hashtab_insert() interface (because its argument key is char* without
"const"). Nevertheless this is all right because the hashtab keys are
never freed directly (this behavior is documented in a comment in
free_requires()).

Therefore, hide the compiler warning by casting BASE_NAME to char*.

Signed-off-by: Nicolas Iooss <nicolas.iooss@m4x.org>
2017-02-06 11:05:59 -05:00
..
semodule_deps semodule_deps: hide -Wwrite-strings warnings 2017-02-06 11:05:59 -05:00
semodule_expand semodule-utils: Drop -lselinux from Makefiles. 2016-11-16 11:19:51 -05:00
semodule_link semodule-utils: Drop -lselinux from Makefiles. 2016-11-16 11:19:51 -05:00
semodule_package semodule-utils: Drop -lselinux from Makefiles. 2016-11-16 11:19:51 -05:00
.gitignore Move policycoreutils/semodule_package to semodule-utils. 2016-11-16 11:19:51 -05:00
COPYING Add COPYING files for new subdirs. 2016-11-16 11:19:51 -05:00
Makefile Move policycoreutils/semodule_package to semodule-utils. 2016-11-16 11:19:51 -05:00
VERSION Add VERSION files for new components 2016-11-16 11:19:51 -05:00