HI Stephan,

Thanks for the clarification.  Is it possible to disable this silly warning?

I suspect we'll need to introduce a -DXCODE_TESS_CALLBACK into the
build and then pick this up in the include/osg/GLU to provide the
(...) version of the typedef.

Robert.

On 10/3/07, Stephan Huber <[EMAIL PROTECTED]> wrote:
> Robert Osfield schrieb:
> > There is also a reported compile error under XCode build.  This one is
> > excruciatingly frustratingly for me as I've have spent lots of hours
> > trying to find a workable solution and made many calls for testing
> > from XCode users and their silence led me to assume that things were
> > fine.  Lack of testing this week by XCode users has wasted a lot of
> > mine and others time.
>
> I did not see any compile errors on OS X / XCode this week.
>
> I did compile rev. 7543 successfully w/o errors on Mac / XCode.
> I am compiling rev. 7546 now and everything seems fine. Besides a lot of
> *warnings*, the compile went smooth:
>
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:49:
> warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:49:
> warning:   initializing argument 3 of 'void
> gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:50:
> warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:50:
> warning:   initializing argument 3 of 'void
> gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:51:
> warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:51:
> warning:   initializing argument 3 of 'void
> gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:52:
> warning: invalid conversion from 'void (*)()' to 'GLvoid (*)(...)'
> /Users/stephan/Desktop/cefixUpdateToOsg20/3rdParty/OpenSceneGraph/Xcode/OpenSceneGraph/../../src/osgPlugins/lwo/Tessellator.cpp:52:
> warning:   initializing argument 3 of 'void
> gluTessCallback(GLUtesselator*, GLenum, GLvoid (*)(...))'
>
>
>
> cheers,
> Stephan
>
>
>
> _______________________________________________
> osg-users mailing list
> osg-users@lists.openscenegraph.org
> http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org
>
_______________________________________________
osg-users mailing list
osg-users@lists.openscenegraph.org
http://lists.openscenegraph.org/listinfo.cgi/osg-users-openscenegraph.org

Reply via email to