Hyprland/src/debug
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
..
crash internal: silence compiler warnings about unused return values (#13997) 2026-04-05 14:45:27 +01:00
log event: refactor HookSystem into a typed event bus (#13333) 2026-02-22 23:30:10 +00:00
HyprCtl.cpp config: fix type confusion in getOption with complex types 2026-03-30 14:30:18 +01:00
HyprCtl.hpp desktop: cleanup, unify desktop elements as views (#12563) 2025-12-08 15:04:40 +00:00
HyprDebugOverlay.cpp renderer: refactor Texture, Framebuffer and Renderbuffer (#13437) 2026-03-06 21:44:10 +00:00
HyprDebugOverlay.hpp renderer: refactor part 7: api fixes (#13631) 2026-03-28 21:41:45 +00:00
HyprNotificationOverlay.cpp renderer: refactor Texture, Framebuffer and Renderbuffer (#13437) 2026-03-06 21:44:10 +00:00
HyprNotificationOverlay.hpp renderer: refactor part 7: api fixes (#13631) 2026-03-28 21:41:45 +00:00
TracyDefines.hpp debug: move to hyprutils' logger (#12673) 2025-12-18 17:23:24 +00:00