mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-07-23 09:12:38 +00:00
This doesn't _suppress_ the warnings, it annotates our memory access pattern so ThreadSanitizer knows that threads aren't in conflict, since TSan doesn't know about io_uring's mechanisms. Fixes #15083.