diff --git a/client/TracyProfiler.hpp b/client/TracyProfiler.hpp index 7dce3c61..ab18d83e 100644 --- a/client/TracyProfiler.hpp +++ b/client/TracyProfiler.hpp @@ -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()