Eo: declare lk_init explicitly unsigned
authorAmitesh Singh <amitesh.sh@samsung.com>
Fri, 13 May 2016 09:49:15 +0000 (15:19 +0530)
committerAmitesh Singh <amitesh.sh@samsung.com>
Fri, 13 May 2016 10:02:02 +0000 (15:32 +0530)
commit4214193bd4b389b5564dbac02fcf05eb46ea161a
treed7dd28ba222faf2a363bbeca9730304d7b8c9fb0
parent2ddbc5fc9a34ee47bf7e511283ce5d602366907e
Eo: declare lk_init explicitly unsigned

In some build environment, anonymous char delcaration can be interpreted
as "unsigned char". Although lk_init can be only 0, 1 or 2 so there
won't be any unexpected result. This change is just to make static code
analyzer happy.
src/lib/eo/Eo.h