tracy
tracy copied to clipboard
tracy_force_inline causes warnings with VS 17.10.3 Release build
I get tons of warnings like this with VS 17.10.3 in Release build.
warning C4714: function '__cdecl tracy::ScopedZone::ScopedZone(struct tracy::SourceLocationData const * __ptr64,bool) __ptr64' marked as __forceinline not inlined
I have warnings as errors, so I wonder what is the best way to deal with this issue. Thanks!