mirror of
https://github.com/wolfpld/tracy
synced 2025-05-05 22:53:52 +00:00
Cosmetics.
This commit is contained in:
parent
4537276e98
commit
a9ce4f6454
@ -1,5 +1,5 @@
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable: 4267 ) // conversion from don't care to whatever, possible loss of data
|
||||
# pragma warning( disable: 4267 ) // conversion from don't care to whatever, possible loss of data
|
||||
#endif
|
||||
|
||||
#ifdef __MINGW32__
|
||||
|
@ -1,5 +1,5 @@
|
||||
#ifdef _MSC_VER
|
||||
# pragma warning( disable: 4244 4267 ) // conversion from don't care to whatever, possible loss of data
|
||||
# pragma warning( disable: 4244 4267 ) // conversion from don't care to whatever, possible loss of data
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
|
Loading…
x
Reference in New Issue
Block a user