home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 6268 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  695 b 

  1. Path: li.net!jeremy
  2. From: jeremy@newshost.li.net (Jeremy Markman)
  3. Newsgroups: comp.lang.c,comp.sys.amiga.programmer
  4. Subject: Re: pointer conversion error
  5. Followup-To: comp.lang.c,comp.sys.amiga.programmer
  6. Date: 25 Mar 1996 20:16:01 GMT
  7. Organization: LI Net (Long Island Network)
  8. Message-ID: <4j6uu1$ehf@linet06.li.net>
  9. References: <381.6657T11T967@mistral.co.uk>
  10. NNTP-Posting-Host: linet04.li.net
  11. X-Newsreader: TIN [version 1.2 PL2]
  12.  
  13. Adam Atkinson (ghira@mistral.co.uk) wrote:
  14. : my c compiler (SAS/C version 6.56) creates a warning about the following:
  15.  
  16. :                         printf("%u %u %u \n", i, l, h);
  17.  
  18. Are i, l and h declared as pointers?  We need more code to fix this for 
  19. you....
  20.  
  21.