]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
Remove warnings from test_functions.c
authorJan Safranek <jsafrane@redhat.com>
Thu, 6 Aug 2009 12:03:32 +0000 (14:03 +0200)
committerDhaval Giani <dhaval@linux.vnet.ibm.com>
Sat, 29 Aug 2009 05:20:25 +0000 (10:50 +0530)
commitba948c63f487789e8c3e8478c0edeb15ff716214
tree0d9119b4496109fdd4b39a3c4a3fb089efff6e7d
parent6f93cd767947d29c51a8d9fefeb7e582b0a324a2
Remove warnings from test_functions.c

Fix following warnings:
test_functions.c: In function ‘group_modified’:
test_functions.c:435: warning: format ‘%d’ expects type ‘int *’, but argument
3 has type ‘_Bool *’
test_functions.c:440: warning: format ‘%lld’ expects type ‘long long int *’,
but argument 3 has type ‘int64_t *’
test_functions.c:445: warning: format ‘%llu’ expects type ‘long long unsigned
int *’, but argument 3 has type ‘u_int64_t *’

Signed-off-by: Jan Safranek <jsafrane@redhat.com>
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
tests/libcgrouptest.h
tests/test_functions.c