home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / MAGAZINE / MISC / CNEWS004.ZIP / MSCBUGS.ARC / MSC5BUG1.C next >
Encoding:
Text File  |  1987-11-21  |  140 b   |  7 lines

  1. /* Compiling with /Oal produces warning C4056 */
  2. unsigned i, c; /* no problem with int */
  3. void show_bug()
  4. { while ( i ) --c, --i; }
  5.  
  6.  
  7.