bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: new module 'popcount'


From: Jim Meyering
Subject: Re: new module 'popcount'
Date: Mon, 23 Jul 2007 08:17:00 +0200

Ben Pfaff <address@hidden> wrote:

> Eric Blake <address@hidden> writes:
>
>> You know, an O(log n) solution with no branches beats an O(n) loop any
>> day.
>
> You're right of course.  I installed the following.
>
> I wanted to use verify_true instead of if...abort, but GCC -Wall
> gave an annoying "statement with no effect" warning.

You can use (void) verify_true (...).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]