tracy icon indicating copy to clipboard operation
tracy copied to clipboard

tracy_force_inline causes warnings with VS 17.10.3 Release build

Open tksuoran opened this issue 7 months ago • 0 comments

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!

tksuoran avatar Jul 02 '24 18:07 tksuoran