BUILDSTDERR: xen/lowlevel/xc/xc.c: In function ‘pyxc_domain_create’: BUILDSTDERR: xen/lowlevel/xc/xc.c:148:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] BUILDSTDERR: for ( i = 0; i < sizeof(xen_domain_handle_t); i++ ) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xc/xc.c: In function ‘pyxc_domain_sethandle’: BUILDSTDERR: xen/lowlevel/xc/xc.c:313:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] BUILDSTDERR: for ( i = 0; i < sizeof(xen_domain_handle_t); i++ ) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xc/xc.c: In function ‘pyxc_domain_getinfo’: BUILDSTDERR: xen/lowlevel/xc/xc.c:392:24: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] BUILDSTDERR: for ( j = 0; j < sizeof(xen_domain_handle_t); j++ ) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xc/xc.c: In function ‘pyxc_get_device_group’: BUILDSTDERR: xen/lowlevel/xc/xc.c:678:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘uint32_t’ {aka ‘unsigned int’} [-Wsign-compare] BUILDSTDERR: for ( i = 0; i < num_sdevs; i++ ) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xc/xc.c: In function ‘pyxc_physinfo’: BUILDSTDERR: xen/lowlevel/xc/xc.c:983:20: warning: comparison of integer expressions of different signedness: ‘int’ and ‘long unsigned int’ [-Wsign-compare] BUILDSTDERR: for ( i = 0; i < sizeof(pinfo.hw_cap)/4; i++ ) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xs/xs.c: In function ‘xspy_ls’: BUILDSTDERR: xen/lowlevel/xs/xs.c:191:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] BUILDSTDERR: for (i = 0; i < xsval_n; i++) BUILDSTDERR: ^ BUILDSTDERR: xen/lowlevel/xs/xs.c: In function ‘xspy_get_permissions’: BUILDSTDERR: xen/lowlevel/xs/xs.c:297:23: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare] BUILDSTDERR: for (i = 0; i < perms_n; i++) { BUILDSTDERR: ^