mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-10 15:35:37 +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.