pipeline: fix compiler warning due to PAUSE symbol redefined
This commit is contained in:
parent
cd9673ae9b
commit
183d66a5c2
|
|
@ -58,4 +58,6 @@ wait(double timeout) {
|
|||
_mutex.lock();
|
||||
}
|
||||
|
||||
#undef PAUSE
|
||||
|
||||
#endif // MUTEX_SPINLOCK
|
||||
|
|
|
|||
|
|
@ -54,4 +54,6 @@ try_lock() {
|
|||
}
|
||||
}
|
||||
|
||||
#undef PAUSE
|
||||
|
||||
#endif // MUTEX_SPINLOCK
|
||||
|
|
|
|||
Loading…
Reference in New Issue