diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-07-26 20:21:39 +0900 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-09-11 11:28:46 +0900 |
commit | f906a44e9ea9ccefaab2a9d40bb2cb3f354609c8 (patch) | |
tree | 81fc5b95c6531237061e0635d5e2396f48e6ff19 /bl32 | |
parent | 5dbdf8e4eac1d5999f07976f9f430894b0784907 (diff) | |
download | platform_external_arm-trusted-firmware-f906a44e9ea9ccefaab2a9d40bb2cb3f354609c8.tar.gz platform_external_arm-trusted-firmware-f906a44e9ea9ccefaab2a9d40bb2cb3f354609c8.tar.bz2 platform_external_arm-trusted-firmware-f906a44e9ea9ccefaab2a9d40bb2cb3f354609c8.zip |
libc: fix sparse warning for __assert()
Sparse warns this:
lib/libc/assert.c:29:6: error: symbol '__assert' redeclared with different type (originally declared at include/lib/libc/assert.h:36) - different modifiers
Add __dead2 to match the header declaration and C definition.
I also changed '__dead2 void' to 'void __dead2' for the consistency
with other parts.
Change-Id: Iefa4f0e787c24fa7e7e499d2e7baf54d4deb49ef
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
Diffstat (limited to 'bl32')
0 files changed, 0 insertions, 0 deletions