Fix unreachable error when compiling warnings as errors + timer fallback

This commit is contained in:
Blake Taylor 2022-05-02 16:35:48 -07:00
parent 579339dd24
commit cc33846111

View File

@ -224,7 +224,9 @@ public:
# endif
#endif
return 0; // unreacheble branch
#if !defined TRACY_TIMER_FALLBACK
return 0; // unreachable branch
#endif
}
tracy_force_inline uint32_t GetNextZoneId()