diff --git a/client/TracyLock.hpp b/client/TracyLock.hpp index bc20634c..5cda66de 100644 --- a/client/TracyLock.hpp +++ b/client/TracyLock.hpp @@ -544,6 +544,6 @@ private: }; -}; +} #endif diff --git a/client/TracyProfiler.hpp b/client/TracyProfiler.hpp index 441dac45..a03b63e7 100644 --- a/client/TracyProfiler.hpp +++ b/client/TracyProfiler.hpp @@ -674,6 +674,6 @@ private: ParameterCallback m_paramCallback; }; -}; +} #endif diff --git a/common/TracyQueue.hpp b/common/TracyQueue.hpp index 447c3afc..194d5085 100644 --- a/common/TracyQueue.hpp +++ b/common/TracyQueue.hpp @@ -551,6 +551,6 @@ static_assert( sizeof( QueueDataSize ) / sizeof( size_t ) == (uint8_t)QueueType: static_assert( sizeof( void* ) <= sizeof( uint64_t ), "Pointer size > 8 bytes" ); static_assert( sizeof( void* ) == sizeof( uintptr_t ), "Pointer size != uintptr_t" ); -}; +} #endif