mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-16 13:01:06 +02:00
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> |
||
|---|---|---|
| .. | ||
| hal_io.c | ||
| hal_platform.c | ||
| hal_queue.c | ||
| hal_semaphore.c | ||
| hal_task.c | ||
| hal_time.c | ||
| pipe_queue_util.c | ||
| simple_queue.c | ||
| socket_util.c | ||