Re: [tor-dev] [Patch] common/util_bug.h
> On 13 Sep 2016, at 18:52, Gisle Vanem wrote: > > The 'IF_BUG_ONCE__' for non-gcc is wrong. A simple patch: > > --- a/util_bug.h 2016-09-13 10:44:59 > +++ b/util_bug.h 2016-09-08 20:24:45 > @@ -117,7 +117,7 @@ > #else > #define IF_BUG_ONCE__(cond,var) \
[tor-dev] [Patch] common/util_bug.h
The 'IF_BUG_ONCE__' for non-gcc is wrong. A simple patch: --- a/util_bug.h 2016-09-13 10:44:59 +++ b/util_bug.h 2016-09-08 20:24:45 @@ -117,7 +117,7 @@ #else #define IF_BUG_ONCE__(cond,var) \ static int var = 0;