suppress Linux error related to PRIu64/__STDC_FORMAT_MACROS

This commit is contained in:
Erwin Coumans
2016-12-26 22:55:28 -08:00
parent 178a002cb5
commit 018aa08bf8

View File

@@ -159,6 +159,9 @@ struct btTiming
}; };
FILE* gTimingFile = 0; FILE* gTimingFile = 0;
#ifndef __STDC_FORMAT_MACROS
#define __STDC_FORMAT_MACROS
#endif //__STDC_FORMAT_MACROS
#include <inttypes.h> #include <inttypes.h>
#define BT_TIMING_CAPACITY 65536 #define BT_TIMING_CAPACITY 65536
static bool m_firstTiming = true; static bool m_firstTiming = true;