On Fri, Jan 11, 2013 at 4:16 AM, Georg-Johann Lay wrote:
>>
>> * fixed-bit.c (SATFRACT) : Only
>> declare / set min_low, min_high if TO_MODE_UNSIGNED == 0.
>> (SATFRACT) : Only declare / set min_low,
>> min_high if FROM_MODE_UNSIGNED == 0 and TO_MODE_UNSIGNED == 0.
This is
Georg-Johann Lay wrote:
> Variables min_high and min_low are set but not used which cases build
> warnings,
> fixed by this patch.
Better attach the patch...
> Build fine for i686-pc-linux-gnu and avr-unknown-none, the latter definitely
> using this code.
>
> Ok for trunk?
>
> Johann
>
>
>