ud3tn/components/spp
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
..
spp.c CLA: TCPSPP: Fail on NULL-returning allocations 2023-10-26 14:58:46 +02:00
spp_internal.c Insert SPDX license expression comments into our .c, .h, .py, and .sh code 2022-02-20 16:24:38 +01:00
spp_parser.c CLA: TCPSPP: Drop SPPs with unknown APID before parsing timecode 2022-11-09 09:30:45 +01:00
spp_timecodes.c Fix constParameter and constVariable warnings by cppcheck 2024-09-11 10:13:21 +02:00