ud3tn/components
Maximilian Nitsch 17c7a6304c cla/mtcp: Fix gnu-folding-constant warning
To fix the compiler warning:

> warning: variable length array folded to constant array as an
> extension [-Wgnu-folding-constant]

the value of the variable `BUFFER_SIZE` must be known at compile time.
Since this is not the case with a `const size_t BUFFER_SIZE`, either
`#define BUFFER_SIZE 9` must be used or the value must be wrapped in an
`enum`. I opted for `enum { BUFFER_SIZE = 9 }` to keep the variable
definition local.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2026-01-08 14:44:39 +01:00
..
aap Fix variableScope warnings by cppcheck 2024-09-11 10:12:44 +02:00
aap2 aap2_client: Move Unified API backend code to upstream 2025-11-13 16:59:33 +01:00
agents Use BIBE AR type code 64443 by default 2025-09-05 10:57:59 +02:00
bundle6 Implement status report support in AAP 2.0 2025-06-05 17:13:17 +02:00
bundle7 bundle7, tx: Move creation of block entry to lib 2025-09-21 15:08:13 +02:00
cla cla/mtcp: Fix gnu-folding-constant warning 2026-01-08 14:44:39 +01:00
daemon hal_task: Make detached threads optional 2024-01-23 15:25:59 +01:00
platform/posix hal_io: Auto-initialize HAL IO 2025-10-22 16:18:53 +02:00
routing/compat routing/compat: Remove unnecessary dependency on routing table in CM 2025-08-22 12:01:58 +02:00
spp Fix constParameter and constVariable warnings by cppcheck 2024-09-11 10:13:21 +02:00
ud3tn eid: Implement function to get the EID prefix 2025-10-22 15:41:56 +02:00