zephyr/subsys/ipc/ipc_service
Herman Berget 9729651bb5 ipc_service: backends: icbmsg: Silence maybe-uninitialized warning
If compiling with optimizations (-O2/-Ofast) gcc emits a
maybe-uninitialized warning for `size`.

As far as I can tell, `size` will always be initialized in the cases
where it is used and only left uninitialized in error cases.

Reproduced on main with the multi_endpoint sample on
nrf5340dk/nrf5340/cpuapp.

Signed-off-by: Herman Berget <herman.berget@nordicsemi.no>
2024-04-22 06:48:54 -07:00
..
backends ipc_service: backends: icbmsg: Silence maybe-uninitialized warning 2024-04-22 06:48:54 -07:00
lib drivers: mbox: update MBOX consumers to the new API 2024-03-07 14:32:57 +00:00
CMakeLists.txt ipc_service: Move libraries in a stalone directory 2021-11-12 14:51:29 +01:00
ipc_service.c ipc_service: Add ipc_service_close_instance function 2022-10-03 10:08:44 +02:00
Kconfig ipc: ipc_service: kconfig cleanup 2022-12-05 15:26:31 +01:00