mirror of
https://github.com/wolfpld/tracy.git
synced 2026-09-05 18:08:26 +00:00
Ignore useless warnings.
This commit is contained in:
@@ -1,3 +1,7 @@
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable: 4267 ) // conversion from don't care to whatever, possible loss of data
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
# define __STDC_FORMAT_MACROS
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user