Files
rtl_433/include
Benjamin Larsson 963bb4b259 Fix warnings about size_t being cast to a narrower type (#3580)
Based on PR #1875: several size_t values (from strlen(), fread(),
list_t.len, struct addrinfo::ai_addrlen) were implicitly narrowed to
int/unsigned/socklen_t, which triggers MSVC C4267 warnings on x64
Windows builds. Adds explicit casts and widens a few parameter/local
types to size_t where that is the semantically correct type.

Excludes the original PR's mongoose-related mg_send() casts, and
drops two hunks (flex.c, honeywell_cm921.c) that no longer apply
since the affected code was refactored away since 2021.

Co-authored-by: obones <1314739+obones@users.noreply.github.com>
2026-07-07 09:38:15 +02:00
..
2024-03-06 20:16:42 +01:00
2018-12-16 12:53:29 +01:00
2026-02-17 10:48:46 +01:00
2019-02-15 17:04:27 +01:00
2021-02-01 10:40:28 +01:00
2024-03-06 20:16:42 +01:00
2026-06-28 20:19:13 +02:00
2020-11-10 15:22:58 +01:00
2020-11-10 15:22:58 +01:00
2019-04-06 17:10:52 +02:00
2022-12-04 10:41:51 +01:00
2023-01-13 18:39:06 +01:00
2020-10-25 11:50:46 +01:00
2026-02-17 10:48:46 +01:00
2020-10-04 14:24:18 +02:00
2026-04-21 13:00:36 +02:00