util/u_atomic: Ignore warnings interlocked accesses.
authorJose Fonseca <jfonseca@vmware.com>
Tue, 24 Mar 2015 19:56:21 +0000 (19:56 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Wed, 25 Mar 2015 10:42:48 +0000 (10:42 +0000)
commit25d6cdd2ff1f00e0eab532956c0ae17d4ffa42da
tree1232f351cc1658d5bbdd69bc4522305c9355530c
parent28c54400af1ee04306342f67e56dc9e37933c538
util/u_atomic: Ignore warnings interlocked accesses.

These are due how we implemented the atomic tests, not the atomic
implementation itself.  It's also difficult to refactor the code to
avoid the warnings due to the use of macros -- the code would be quite
hairy.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/util/u_atomic_test.c