comparison always false is a problem or not?

2004-04-30 Thread Joel Rees
My experience is that this kind of thing tends to lead to dead code or endless loops. Do I need to dig in and find the macro declaration and see if I can fix it? warning: comparison is always false due to limited range of data type regcomp.c:724 pp_sys.c:302 byterun.c:898 re_comp.c:724

Re: comparison always false is a problem or not?

2004-04-30 Thread Sherm Pendley
On Apr 30, 2004, at 2:30 AM, Joel Rees wrote: My experience is that this kind of thing tends to lead to dead code or endless loops. Do I need to dig in and find the macro declaration and see if I can fix it? warning: comparison is always false due to limited range of data type In my own

Re: comparison always false is a problem or not?

2004-04-30 Thread Joel Rees
On 2004.4.30, at 04:38 PM, Sherm Pendley wrote: On Apr 30, 2004, at 2:30 AM, Joel Rees wrote: My experience is that this kind of thing tends to lead to dead code or endless loops. Do I need to dig in and find the macro declaration and see if I can fix it?