home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19412 < prev    next >
Encoding:
Text File  |  1993-01-08  |  636 b   |  20 lines

  1. Newsgroups: comp.lang.c
  2. Path: sparky!uunet!spool.mu.edu!think.com!paperboy.osf.org!moonshine!daniel
  3. From: daniel@moonshine.osf.org (Daniel Dardailler)
  4. Subject: Is that ansi ?
  5. Message-ID: <1993Jan8.142730.20697@osf.org>
  6. Sender: daniel@moonshine (Daniel Dardailler)
  7. Organization: Open Software Foundation, Motif Team
  8. References: <1992Dec30.203127.25625@jpradley.jpr.com> <725809262snz@rcsl.demon.co.uk>
  9. Date: Fri, 8 Jan 1993 14:27:30 GMT
  10. Lines: 8
  11.  
  12. A compiler is reporting the following warning:
  13.  
  14.   "void * and function pointers are not convertible to each other"
  15.  
  16. when encountering:
  17.  
  18.     void * p = (void *) func ;   /* func of any kind */
  19.  
  20.