jabber.developer2
4ef3bc8e46
Add low-impact warning flags, fix warnings found by new flags
Add compiler flags: -Wundef, -Wfloat-equal, -Wredundant-decls, -Walloc-zero.
Fix -Wredundant-decls warnings:
- Remove stale cons_show_desktop_prefs declaration (ui.h)
- Remove duplicate connection_set_priority prototype (connection.h)
- Remove stale omemo_devicelist_configure_and_request declaration (omemo.h)
Fix potential buffer overflow in stanza.c:
- Increase pri_str and idle_str buffers from 10 to 12 bytes
(INT_MIN = -2147483648 needs 12 bytes including NUL)
2026-03-04 22:28:16 +03:00
..
2026-03-03 16:29:25 +03:00
2026-03-04 21:18:35 +03:00
2025-08-27 16:48:27 +02:00
2026-03-04 21:18:35 +03:00
2025-03-12 10:09:41 +01:00
2026-02-06 19:27:40 +01:00
2026-03-03 16:29:25 +03:00
2026-03-04 21:18:35 +03:00
2026-03-04 22:28:16 +03:00
2026-03-04 22:28:16 +03:00
2026-03-04 21:18:35 +03:00
2025-03-07 21:09:16 +01:00
2026-03-04 21:18:35 +03:00
2025-08-07 03:03:43 +02:00
2026-03-04 22:28:16 +03:00
2025-07-02 14:59:31 +02:00
2025-10-13 20:47:34 +02:00
2026-03-03 16:29:25 +03:00
2025-03-27 20:06:38 +01:00
2026-02-06 19:27:40 +01:00
2025-03-27 20:06:38 +01:00