mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-27 05:04:01 +08:00
disable another warning message after rebase
This commit is contained in:
parent
91d470a358
commit
6650858e24
@ -209,7 +209,7 @@ static inline std::string ascii_to_lowercase(std::string data) {
|
|||||||
|
|
||||||
static inline void thisThreadYieldFor(std::chrono::microseconds u)
|
static inline void thisThreadYieldFor(std::chrono::microseconds u)
|
||||||
{
|
{
|
||||||
PRINT_DEBUG("Thread is waiting for %lld us\n", u.count());
|
PRINT_DEBUG("Thread is waiting for %lld us\n", (long long int)u.count());
|
||||||
const auto start = std::chrono::high_resolution_clock::now();
|
const auto start = std::chrono::high_resolution_clock::now();
|
||||||
const auto end = start + u;
|
const auto end = start + u;
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user