Ian Romanick <i...@freedesktop.org> writes:

> From: Ian Romanick <ian.d.roman...@intel.com>
>
> The server does not want GL extension prototypes.  It never links with
> anything that could possibly provide implementations of these functions.  It
> *is* the provide, and it does not provde these symbols.  All this does is
> create hundreds of warnings like:
>
> incude/GL/glext.h:5570:45: warning: redundant redeclaration of 
> 'glMultTransposeMatrixd' [-Wredundant-decls]
> include/GL/gl.h:1940:45: note: previous declaration of 
> 'glMultTransposeMatrixd' was here


Huh?  When I look at the commit quoted, I see:

-#define GL_GLEXT_PROTOTYPES /* we want prototypes */
+#define GL_GLEXT_PROTOTYPES     /* we want prototypes */


The #define has actually been present since:

commit 9508a382f8a9f241dab097d921b6d290c1c3a776
Author: Kaleb Keithley <ka...@freedesktop.org>
Date:   Fri Nov 14 16:48:57 2003 +0000

    Initial revision

Attachment: pgpGsXZbovLWz.pgp
Description: PGP signature

_______________________________________________
xorg-devel@lists.x.org: X.Org development
Archives: http://lists.x.org/archives/xorg-devel
Info: http://lists.x.org/mailman/listinfo/xorg-devel

Reply via email to