Hyprland/start
Tom Englund 3af9b10890
internal: silence compiler warnings about unused return values (#13997)
* misc: silence warnings about ignoring return value on reads

silence warnings on ignored return values on read() and print an error
if it occurs.

* misc: silence warnings about ignoring return value on writes

silence warnings on ignored return values on write() and print an error
where we can, or pass them the maybe_unused attribute.

* misc: silence warnings about ignoring return value on pipe

silence warnings on ignored return value on pipe(), print an error and
exit on failure.
2026-04-05 14:45:27 +01:00
..
src internal: silence compiler warnings about unused return values (#13997) 2026-04-05 14:45:27 +01:00
CMakeLists.txt build: add glaze dependency with FetchContent fallback (#13666) 2026-03-16 00:53:28 +02:00