mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08: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