home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.lang.c
- Path: sparky!uunet!spool.mu.edu!think.com!paperboy.osf.org!moonshine!daniel
- From: daniel@moonshine.osf.org (Daniel Dardailler)
- Subject: Is that ansi ?
- Message-ID: <1993Jan8.142730.20697@osf.org>
- Sender: daniel@moonshine (Daniel Dardailler)
- Organization: Open Software Foundation, Motif Team
- References: <1992Dec30.203127.25625@jpradley.jpr.com> <725809262snz@rcsl.demon.co.uk>
- Date: Fri, 8 Jan 1993 14:27:30 GMT
- Lines: 8
-
- A compiler is reporting the following warning:
-
- "void * and function pointers are not convertible to each other"
-
- when encountering:
-
- void * p = (void *) func ; /* func of any kind */
-
-