wolfpld / tracy

Frame profiler
https://tracy.nereid.pl/
Other
9.89k stars 658 forks source link

4101 Compilation Warning in Visual Studio2022 #688

Open IceMan0224 opened 9 months ago

IceMan0224 commented 9 months ago

Hi, first of all, thank you for sharing your wonderful open source. I am using ZoneScoped Macro as per the documentation. However, when I compile, I get a C4101 compile warning for not using a region variable. In my client code, I use _Pragma("warning(suppress:4101)") in my client code, but I would like the tracy lib to take care of it, thanks.