1
0
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:
Bartosz Taudul
2019-06-22 13:40:00 +02:00
parent a3ce08a9f9
commit eb4c7ca9ea
5 changed files with 20 additions and 0 deletions
+4
View File
@@ -1,6 +1,10 @@
#ifndef __TRACYFILEWRITE_HPP__
#define __TRACYFILEWRITE_HPP__
#ifdef _MSC_VER
# pragma warning( disable: 4267 ) // conversion from don't care to whatever, possible loss of data
#endif
#include <algorithm>
#include <assert.h>
#include <stdio.h>