gallium: add #warning to mutex-based atomic implementation

Some builds end up picking this up.
This commit is contained in:
Keith Whitwell 2009-04-17 10:17:59 +01:00
parent 3a618da6e1
commit db93dcecc8

View file

@ -299,6 +299,7 @@ p_atomic_cmpxchg(struct pipe_atomic *v, int32_t old, int32_t _new)
* Add an assembly port instead. It may abort and
* doesn't destroy used mutexes.
*/
#warning "using mutex-based fallback for pipe_atomic"
struct pipe_atomic {
pipe_mutex mutex;