mirror of
https://gitlab.com/d3tn/ud3tn.git
synced 2026-08-13 12:33:27 +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> |
||
|---|---|---|
| .. | ||
| spp.c | ||
| spp_internal.c | ||
| spp_parser.c | ||
| spp_timecodes.c | ||