Hyprland/src/debug/crash
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
..
CrashReporter.cpp internal: silence compiler warnings about unused return values (#13997) 2026-04-05 14:45:27 +01:00
CrashReporter.hpp crashReporter: cleanup code (#12534) 2025-12-03 16:01:45 +00:00
SignalSafe.cpp crashReporter: cleanup code (#12534) 2025-12-03 16:01:45 +00:00
SignalSafe.hpp crashReporter: cleanup code (#12534) 2025-12-03 16:01:45 +00:00