mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Ignore useless warnings.
This commit is contained in:
@@ -1,6 +1,10 @@
|
||||
#ifndef __TRACYIMGUI_HPP__
|
||||
#define __TRACYIMGUI_HPP__
|
||||
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable: 4244 ) // conversion from don't care to whatever, possible loss of data
|
||||
#endif
|
||||
|
||||
#include "../imgui/imgui.h"
|
||||
#include "../imgui/imgui_internal.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user