Home
last modified time | relevance | path

Searched hist:"5 ab3fbc53088ed2a279ea00583e8a512dd9c8a8f" (Results 1 – 1 of 1) sorted by relevance

/optee_os/core/tee/
H A Dtadb.c5ab3fbc53088ed2a279ea00583e8a512dd9c8a8f Wed Nov 24 11:13:31 UTC 2021 Jens Wiklander <jens.wiklander@linaro.org> core: Fix warnings in core/tee/tadb.c

Fixes -Wdeclaration-after-statement warnings in core/tee/tadb.c:
core/tee/tadb.c:111:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
struct thread_param params[] = {
^~~~~~
core/tee/tadb.c: In function ‘ta_operation_remove’:
core/tee/tadb.c:137:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
struct thread_param params[] = {
^~~~~~
core/tee/tadb.c: In function ‘ta_load’:
core/tee/tadb.c:712:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement]
struct thread_param params[] = {
^~~~~~

Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org>
Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>