ud3tn/components/platform/posix
Maximilian Nitsch 4e125e3af7 fix: cppcheck warnings
Add command-line options for cppcheck to the CI job:

- `--suppress=constParameterCallback`

- `--check-level=exhaustive`

  information: Limiting analysis of branches.
  Use --check-level=exhaustive to analyze all branches.

- `--force`

  information: Too many #ifdef configurations - cppcheck only checks 12
  configurations. Use --force to check all configurations.

Signed-off-by: Maximilian Nitsch <maximilian.nitsch@d3tn.com>
2026-05-20 17:57:53 +02:00
..
hal_io.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
hal_platform.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
hal_queue.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
hal_semaphore.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
hal_task.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
hal_time.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
pipe_queue_util.c refactor: cleanup includes 2026-05-20 16:16:35 +02:00
simple_queue.c fix: cppcheck warnings 2026-05-20 17:57:53 +02:00
socket_util.c socket_util: Also check for POLLNVAL 2023-12-20 09:04:21 +01:00