mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-18 13:09:11 +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> |
||
|---|---|---|
| .. | ||
| posix | ||
| storage | ||
| bibe_proto.h | ||
| blackhole_parser.h | ||
| cla.h | ||
| cla_contact_rx_task.h | ||
| cla_contact_tx_task.h | ||
| mtcp_proto.h | ||