Eina tests: Fixed warnings with clang.
authorTom Hacohen <tom@stosb.com>
Thu, 21 Mar 2013 13:21:10 +0000 (13:21 +0000)
committerTom Hacohen <tom@stosb.com>
Thu, 21 Mar 2013 13:21:10 +0000 (13:21 +0000)
commit8fb14b29c03f3266d0b64e00d8a21688dfc73d37
treebbb79c98d6242796a075103bab5af6f823a444f8
parentecc0972468cb5f9ce03041720f373be358a49909
Eina tests: Fixed warnings with clang.

Clang doesn't appreciate passing 'char' to %hdd, although they are the right
size. So change to %d and cast to 'int' before passing it.
src/tests/eina/eina_test_value.c