I still get those two compiler warnings (from gcc):

  In file included from src/sfnt/sfnt.c:26:
  src/sfnt/sfdriver.c: In function `sfnt_get_interface':
  src/sfnt/sfdriver.c:322: warning: ISO C forbids conversion of
                           function pointer to object pointer type
  src/sfnt/sfdriver.c:325: warning: ISO C forbids conversion of
                           function pointer to object pointer type

Anybody an idea how to get rid of them?  Just using `void' instead of
`void*' fails if a C++ compiler is used for compiling.


    Werner


_______________________________________________
Freetype-devel mailing list
Freetype-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/freetype-devel

Reply via email to