1
0
mirror of https://github.com/wolfpld/tracy.git synced 2025-03-20 07:40:02 +08:00

Disable MSVC idiocy.

This commit is contained in:
Bartosz Taudul
2020-01-20 22:49:03 +01:00
parent 46dc85c10c
commit 6f31eb2a9d
2 changed files with 7 additions and 0 deletions
+4
View File
@@ -1,3 +1,7 @@
#ifdef _MSC_VER
# pragma warning(disable:4996)
#endif
namespace tracy
{