arm-trusted-firmware/lib/gpt_rme
AlexeiFedorov a0d5147b82 fix(gpt_rme): fix compilation error for gpt_rme.c
This patch fixes compilation error for gpt_init_l0_tables()
function in lib/gpt_rme/gpt_rme.c reported by GCC 13.0.0:

"gpt_rme/gpt_rme.c:765:5: error: conflicting types for
'gpt_init_l0_tables' due to enum/integer mismatch;
have 'int(unsigned int,  uintptr_t,  size_t)'
{aka 'int(unsigned int,  long unsigned int,  long unsigned int)'}"

Signed-off-by: AlexeiFedorov <Alexei.Fedorov@arm.com>
Change-Id: I38f28be290337e7d37d59b52cad7bde5b96b8d51
2022-12-09 11:27:14 +00:00
..
gpt_rme.c fix(gpt_rme): fix compilation error for gpt_rme.c 2022-12-09 11:27:14 +00:00
gpt_rme.mk refactor(gpt): productize and refactor GPT library 2021-10-05 16:24:57 -05:00
gpt_rme_private.h fix(gpt_rme): rework delegating/undelegating sequence 2022-03-09 16:08:42 +01:00