suppress Linux error related to PRIu64/__STDC_FORMAT_MACROS
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user