mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2025-04-22 06:02:06 +02:00
disable another warning message after rebase
This commit is contained in:
parent
91d470a358
commit
6650858e24
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ static inline std::string ascii_to_lowercase(std::string data) {
|
|||
|
||||
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 end = start + u;
|
||||
do
|
||||
|
|
Loading…
Add table
Reference in a new issue