From 311637616b4825a2dd1c20c14677da314d6fbbd1 Mon Sep 17 00:00:00 2001 From: Wojtek Figat Date: Sun, 28 May 2023 16:22:34 +0200 Subject: [PATCH] Fix Android Debug compilation error after recent Tracy update #948 --- Source/ThirdParty/tracy/client/TracyProfiler.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Source/ThirdParty/tracy/client/TracyProfiler.cpp b/Source/ThirdParty/tracy/client/TracyProfiler.cpp index 46a9d36e4..dfbb22a83 100644 --- a/Source/ThirdParty/tracy/client/TracyProfiler.cpp +++ b/Source/ThirdParty/tracy/client/TracyProfiler.cpp @@ -368,7 +368,6 @@ static int64_t SetupHwTimer() InitFailure( "CPU doesn't support invariant TSC.\nDefine TRACY_NO_INVARIANT_CHECK=1 to ignore this error, *if you know what you are doing*.\nAlternatively you may rebuild the application with the TRACY_TIMER_FALLBACK define to use lower resolution timer." ); #endif } -#endif #endif return Profiler::GetTime(); @@ -4784,4 +4783,4 @@ TRACY_API void ___tracy_shutdown_profiler( void ) #endif #endif - +#endif