ud3tn/components/platform/posix
Felix Walter 553cb23bdd Fix constParameter and constVariable warnings by cppcheck
This improves const correctness, at least for pointers (making the
pointed-to data const where possible).

Some suppressions are added for false positive warnings, such as in
`simple_queue.c` where an arithmethic operation is used on the pointer
to calculate a non-const pointer that is returned (thus, the passed
pointer should also not point to const).

Signed-off-by: Felix Walter <felix.walter@d3tn.com>
2024-09-11 10:13:21 +02:00
..
hal_io.c hal_io: Format system error messages in logs properly 2023-12-20 10:09:07 +01:00
hal_platform.c Fix constParameter and constVariable warnings by cppcheck 2024-09-11 10:13:21 +02:00
hal_queue.c hal_semaphore/hal_queue: Accept 64-bit timestamps as delay 2023-05-15 11:39:29 +02:00
hal_semaphore.c Remove hal_config headers 2023-12-20 10:32:48 +01:00
hal_task.c hal_task: Only catch SIGINT in release builds 2024-06-21 11:16:07 +02:00
hal_time.c hal_time: Use integer operations to calculate timestamps 2023-05-11 16:59:13 +02:00
pipe_queue_util.c Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
simple_queue.c Fix constParameter and constVariable warnings by cppcheck 2024-09-11 10:13:21 +02:00
socket_util.c socket_util: Also check for POLLNVAL 2023-12-20 09:04:21 +01:00