https://bugs.freedesktop.org/show_bug.cgi?id=57802
Priority: medium Bug ID: 57802 Assignee: mesa-dev@lists.freedesktop.org Summary: including GL/gl.h and another gl header causes redefinition warnings Severity: normal Classification: Unclassified OS: All Reporter: ystree...@gmail.com Hardware: Other Status: NEW Version: git Component: Mesa core Product: Mesa GL/gl.h provides some definitions (GL_FALSE, GL_ONE, etc) that have the same value as other gl headers but are represented differently (0 vs 0x0 and 1 vs 0x1). This causes compiler warnings about redefining such definitions when including GL/gl.h with other gl headers. The Khronos gl headers are consistent. -- You are receiving this mail because: You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev