> We have run across a very disturbing CodeWarrior 6 bug: there are cases
> where no code is generated for what looks like valid C source.
> Specifically, an entire if-else statement is ignored by CW6. Has anyone
> else run across anything like this? I searched through the FAQ,
> knowledge base and mailing list archives but have not seen any
> reference to similar problems.

One thing to check. Are you sure you don't have:

     if(dstStrLen >= 37)                                         ;
          return dstStrLen;

with the semi-colon for the if test off the screen?

Stephen Best
Bitware Australia

Reply via email to