home *** CD-ROM | disk | FTP | other *** search
/ rtsi.com / 2014.01.www.rtsi.com.tar / www.rtsi.com / OS9 / OSK / CMDS / beav.1.40.lzh / BEAV140 / bug.letter < prev    next >
Text File  |  1995-06-14  |  1KB  |  35 lines

  1. To:  pvr@wiis.wang.com   
  2.  
  3.  
  4.  
  5. Hello,
  6.  
  7.   I compiled ver. 1.40 of beav under OS-9 operating system with the standard
  8. Microware C compiler. The following messages seem to indicate real problems.
  9. Where function 'ereply' is mentioned, parentheses are misplaced. In other
  10. cases it is checked if unsigned values can be negative.
  11.  
  12.  I hope that these remarks may be useful. Many thanks for a useful an elegant 
  13. tool !
  14.  
  15.  Best regards,
  16.  
  17. Andrzej Kotanski
  18.  
  19. "basic.c", line 511: ****  warning - possible unintended assignment in test ****
  20.  
  21.     if ((s = ereply (MSG_go_b_n, buf, sizeof (buf), 0) != 1      ))
  22.            ^  
  23.  
  24. "file.c", line 782: ****  warning - degenerate comparison with zero ****  
  25.     if ((*start < 0) || (*end < 0))
  26.                 ^ 
  27. "file.c", line 782: ****  warning - degenerate comparison with zero ****
  28.     if ((*start < 0) || (*end < 0)) 
  29.                               ^ 
  30.  
  31. "window.c", line 519: ****  warning - possible unintended assignment in test ****
  32.     if ((s = ereply (buf, buf, sizeof (buf), 0) != 1         )) 
  33.            ^
  34.  
  35.