pipeline: fix compiler warning due to PAUSE symbol redefined

This commit is contained in:
rdb 2018-09-28 14:20:47 +02:00
parent cd9673ae9b
commit 183d66a5c2
2 changed files with 4 additions and 0 deletions

View File

@ -58,4 +58,6 @@ wait(double timeout) {
_mutex.lock();
}
#undef PAUSE
#endif // MUTEX_SPINLOCK

View File

@ -54,4 +54,6 @@ try_lock() {
}
}
#undef PAUSE
#endif // MUTEX_SPINLOCK