libicmp/src/recv
lohhiiccc 85543f3d19 fix(makefile)!: improve flags and type casts for stricter build and correctness
- Update Makefile:
  - Change test binary name to `libicmp.test`.
  - Add `-Wpedantic` and `-Wconversion` to global CFLAGS for stricter
    warnings.
  - Add dedicated `TEST_CFLAGS`.
  - Ensure test build uses `TEST_CFLAGS`.
- Refactor code for better correctness.

BREAKING CHANGE: Test binary is now named `libicmp.test` instead of
`test.out` and stricter compiler flags may trigger new warnings or
errors in code outside this patch.
2026-02-07 20:16:06 +01:00
..
api feat: extract_offending function 2026-02-07 11:15:42 +01:00
core fix(makefile)!: improve flags and type casts for stricter build and correctness 2026-02-07 20:16:06 +01:00
helpers refactor: remove unnecessary wrapper functions and redundant checks 2026-01-27 21:34:41 +01:00