View Single Post

   
  #3 (permalink)  
Old 01-05-2008, 11:49 AM
Christophe Leitienne
 
Posts: n/a
Default 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.
Reply With Quote