Fix compilation issue on fvp
Reviewed-by: Jerome Forissier <jerome.forissier@linaro.org>
Signed-off-by: Pascal Brand <pascal.brand@st.com>
diff --git a/ta/os_test/os_test.c b/ta/os_test/os_test.c
index 81c3e95..335d3c9 100644
--- a/ta/os_test/os_test.c
+++ b/ta/os_test/os_test.c
@@ -96,7 +96,7 @@
return res;
}
if (nblen != strlen(nbuf) + 1) {
- EMSG("Name has wrong size: %u vs %u", nblen, strlen(nbuf) + 1);
+ EMSG("Name has wrong size: %u vs %zu", nblen, strlen(nbuf) + 1);
return TEE_ERROR_GENERIC;
}