Skip to content
Snippets Groups Projects
Commit c8a4c050 authored by Ben Gamari's avatar Ben Gamari Committed by Marge Bot
Browse files

rts: Fix TSAN_ENABLED CPP guard

This should be `#if defined(TSAN_ENABLED)`, not `#if TSAN_ENABLED`,
lest we suffer warnings.
parent efab3649
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment