From ce8f10f2b1edc705fef8c46c46bfb98b6c0cf901 Mon Sep 17 00:00:00 2001 From: Alexander Bock Date: Sat, 28 Dec 2019 14:33:47 +0000 Subject: [PATCH] Removed unused parameter for the case when the TracyOpenGL.hpp is included by TRACY_ENABLE is not defined --- TracyOpenGL.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TracyOpenGL.hpp b/TracyOpenGL.hpp index 19adf2be..c081c75c 100644 --- a/TracyOpenGL.hpp +++ b/TracyOpenGL.hpp @@ -24,7 +24,7 @@ class GpuCtxScope { public: GpuCtxScope( const SourceLocationData* ) {} - GpuCtxScope( const SourceLocationData*, int depth ) {} + GpuCtxScope( const SourceLocationData*, int ) {} }; }