Eric Blake wrote:
> According to Pádraig Brady on 9/23/2009 5:58 AM:
>> Another ununused parameter warning patch attached
>
>> +static void mpz_init_set_ui (mpz_t z, unsigned long i) { z[0] = i; (void)
>> i; }
>
> Doesn't the assignment count as a use of i, so that the "(void) i;" is
> redundant?Oops yes. I'll remove that one. thanks for the review. Pádraig.
