Re: [PATCH 1/9] include: use unsigned literal in combination with binary not

2014-06-06 Thread Samuel Thibault
Justus Winter, le Fri 06 Jun 2014 16:42:10 +0200, a écrit : > * include/refcount.h (refcounts_promote): Use ~0U. > (refcounts_demote): Likewise. Ack. > --- > include/refcount.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/include/refcount.h b/include/refcount.h >

[PATCH 1/9] include: use unsigned literal in combination with binary not

2014-06-06 Thread Justus Winter
* include/refcount.h (refcounts_promote): Use ~0U. (refcounts_demote): Likewise. --- include/refcount.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/refcount.h b/include/refcount.h index 5c3302d..785b052 100644 --- a/include/refcount.h +++ b/include/refcount.h @@