Searched hist:afb1cc800f029e235de3bb038e7c0671600e709e (Results 1 – 1 of 1) sorted by relevance
| /optee_os/core/pta/ |
| H A D | gprof.c | afb1cc800f029e235de3bb038e7c0671600e709e Wed Nov 24 12:17:16 UTC 2021 Jens Wiklander <jens.wiklander@linaro.org> core: Fix warning in gprof_send_rpc()
Fixes a -Wdeclaration-after-statement warning in gprof_send_rpc(): core/pta/gprof.c: In function ‘gprof_send_rpc’: core/pta/gprof.c:35:2: error: ISO C90 forbids mixed declarations and code [-Werror=declaration-after-statement] struct thread_param params[3] = { ^~~~~~
Reviewed-by: Etienne Carriere <etienne.carriere@linaro.org> Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>
|