commit | 22d5dc89e77c88821bfa5894fe20ae792d36ddc5 | [log] [tgz] |
---|---|---|
author | Ashok Bhat <ashok.bhat@arm.com> | Thu Jan 02 14:54:57 2014 +0000 |
committer | David Butcher <david.butcher@arm.com> | Thu Jan 02 17:10:14 2014 +0000 |
tree | af2bb3e8b2ecbd0b859e57800a25fbe5bfbc715e | |
parent | 8115f4b206dbd04c620f062feb3c7785e2732ab3 [diff] |
Change M4OSA_ERR_CREATE to return unsigned integer. While M4OSA_ERR is defined as M4OSA_UInt32, MOSA_ERR_CREATE is defined to return M4OSA_Int32. This leads to signed/unsigned comparison warnings. M4OSA_ERR_CREATE has been changed to return M4OSA_UInt32 to fix this issue. Change-Id: I71a5c50a95c7f296469604b486a1d3969d302a3f Signed-off-by: Ashok Bhat <ashok.bhat@arm.com>