Searched hist:b259cc96ca59fdcaf2ea85cabfe0c4221bcfe4a3 (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/tee/ |
| H A D | entry_std.c | b259cc96ca59fdcaf2ea85cabfe0c4221bcfe4a3 Wed Nov 24 11:13:28 UTC 2021 Jens Wiklander <jens.wiklander@linaro.org> core: Fix warning in register_shm()
Fixes a -Wdeclaration-after-statement warning in register_shm(): core/tee/entry_std.c:491:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] struct optee_msg_param_tmem *tmem = &arg->params[0].u.tmem; ^~~~~~
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|