selinux/checkpolicy
Nick Kralevich de0a3bd18d policy_define.c: fix compiler warnings
Fixes compiler warnings all similar to the following:

host C: checkpolicy <= external/selinux/checkpolicy/policy_define.c
external/selinux/checkpolicy/policy_define.c:1572:2: warning: comparison of integers of different signs: 'int' and 'uint32_t' (aka 'unsigned int') [-Wsign-compare]
        ebitmap_for_each_bit(&tclasses, node, i) {
        ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
external/selinux/checkpolicy/../libsepol/include/sepol/policydb/ebitmap.h:76:39: note: expanded from macro 'ebitmap_for_each_bit'
        for (bit = ebitmap_start(e, &n); bit < ebitmap_length(e); bit = ebitmap_next(&n, bit)) \
                                             ^ ~~~~~~~~~~~~~~~~~

Signed-off-by: Nick Kralevich <nnk@google.com>
2015-06-15 09:14:34 -04:00
..
test dispol: display operations as ranges 2015-04-28 08:29:24 -04:00
.gitignore Repo: update .gitignore 2011-08-02 13:31:51 -04:00
Android.mk Remove uses of -Wno-return-type. 2015-06-15 09:14:10 -04:00
ChangeLog Update checkpolicy ChangeLog. 2015-06-12 08:36:13 -04:00
checkmodule.8 checkpolicy: Add support for generating CIL 2015-04-01 13:09:26 -04:00
checkmodule.c checkpolicy: Add support for generating CIL 2015-04-01 13:09:26 -04:00
checkpolicy.8 checkpolicy: Add support for generating CIL 2015-04-01 13:09:26 -04:00
checkpolicy.c checkpolicy: Add support for generating CIL 2015-04-01 13:09:26 -04:00
checkpolicy.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
COPYING initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
Makefile initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
module_compiler.c Fix -Wreturn-type issues. 2015-06-12 08:35:22 -04:00
module_compiler.h checkpolicy: Separate tunable from boolean during compile. 2011-09-16 11:54:01 -04:00
parse_util.c initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
parse_util.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
policy_define.c policy_define.c: fix compiler warnings 2015-06-15 09:14:34 -04:00
policy_define.h Add support for ioctl command whitelisting 2015-04-23 08:30:33 -04:00
policy_parse.y Add support for ioctl command whitelisting 2015-04-23 08:30:33 -04:00
policy_scan.l libsepol, checkpolicy: add device tree ocontext nodes to Xen policy 2015-03-18 08:16:44 -04:00
queue.c initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
queue.h initial import from svn trunk revision 2950 2008-08-19 15:30:36 -04:00
VERSION Bump to final release 2015-02-02 09:38:10 -05:00