mirror of
https://github.com/wolfpld/tracy.git
synced 2026-08-17 16:49:43 +00:00
Fixed compiler warnings.
This commit is contained in:
@@ -5,7 +5,10 @@
|
||||
|
||||
#if TRACY_HAS_CALLSTACK == 1
|
||||
# include <windows.h>
|
||||
# pragma warning( push )
|
||||
# pragma warning( disable : 4091 )
|
||||
# include <dbghelp.h>
|
||||
# pragma warning( pop )
|
||||
#elif TRACY_HAS_CALLSTACK >= 2
|
||||
# include <dlfcn.h>
|
||||
# include <cxxabi.h>
|
||||
|
||||
Reference in New Issue
Block a user