Re: [Mesa-dev] [PATCH 8/8] util/u_atomic: Ignore warnings interlocked accesses.

2015-03-24 Thread Brian Paul
On 03/24/2015 03:16 PM, Jose Fonseca wrote: 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. --- src/util/u_atomic_test.c | 5 +

[Mesa-dev] [PATCH 8/8] util/u_atomic: Ignore warnings interlocked accesses.

2015-03-24 Thread Jose Fonseca
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. --- src/util/u_atomic_test.c | 5 + 1 file changed, 5 insertions(+) diff --git a/