Re: Suppress xlc warning 1500-010 (Infinite loop. Program may notstop) grostoon wrote :
>> Is there an xlc option, a #pragma or something to inhibit this (and only
>> this) warning ?
>>
>> Christophe.
>
>
> Hi Christophe,
>
> Just add -qsuppress=1500-010 to your compilation flags and you'll get
> rid of this "Infinite loop ..." xlc warning.
>
>
Thanks grostoon, I should have RTFM not so fast. |