Fix warnings
authorMike McCormack <mj.mccormack@samsung.com>
Mon, 7 Nov 2011 06:08:42 +0000 (15:08 +0900)
committerMike McCormack <mj.mccormack@samsung.com>
Mon, 7 Nov 2011 06:08:42 +0000 (15:08 +0900)
commit87f425f7fcd816e066d8b11a4498df7487a56446
tree6990b0dd2569f3a16bc229923661b1cc3b73f3a0
parent0a32067b68133de4b289653b832e3b143370b975
Fix warnings

test_store.c: In function 'test_store':
test_store.c:258:3: warning: passing argument 2 of 'elm_store_fetch_func_set' from incompatible pointer type
../../src/lib/Elementary.h:27374:49: note: expected 'Elm_Store_Item_Fetch_Cb' but argument is of type 'void (*)(void *, struct Elm_Store_Item *)'
test_store.c:260:3: warning: passing argument 2 of 'elm_store_unfetch_func_set' from incompatible pointer type
../../src/lib/Elementary.h:27377:49: note: expected 'Elm_Store_Item_Unfetch_Cb' but argument is of type 'void (*)(void *, struct Elm_Store_Item *)'
src/bin/test_store.c