summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWentao Hu2013-06-28 09:22:28 +0800
committerWentao Hu2013-06-28 09:24:00 +0800
commit13a2aac95387c6ca944fd62eb744bbdd7632a955 (patch)
treeeb698022bb238de3cc8f9108e5a7a10ef2c7cf8d
parent8356c68b185a14bb468ea07b8d22ce7e75922459 (diff)
cleo/devkit/tests: avoid the warning in community_eoc utest, closes #3977
-rw-r--r--cleopatre/devkit/tests/libspid/utests/src/community_eoc_utests.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cleopatre/devkit/tests/libspid/utests/src/community_eoc_utests.c b/cleopatre/devkit/tests/libspid/utests/src/community_eoc_utests.c
index 85ac7e3384..8361027257 100644
--- a/cleopatre/devkit/tests/libspid/utests/src/community_eoc_utests.c
+++ b/cleopatre/devkit/tests/libspid/utests/src/community_eoc_utests.c
@@ -139,7 +139,7 @@ START_TEST (test_libspid_eoc_write_community_line)
"write_community_line curr_comm_num is 0");
ret =
libspid_eoc_write_community_line (old_comm_name, old_sec_name,
- new_comm_name, &noinit_curr_num);
+ new_comm_name, noinit_curr_num);
fail_unless (ret == LIBSPID_ERROR_PARAM,
"write_community_line curr_comm_num have been not inited");