diff options
author | Matthew Waters <[email protected]> | 2012-12-02 22:28:34 +1100 |
---|---|---|
committer | Brian Paul <[email protected]> | 2012-12-06 09:08:52 -0700 |
commit | ac24d172582cdb7a79098ca43ca8870712a98068 (patch) | |
tree | 7503a67c2a58559a2daf3a192a7df4644df330bc /docs/bugs.html | |
parent | 5e99cd915921d7b863a66badf09941f11120c6ab (diff) |
mesa: fix compiler warnings when including GL/gl.h with other gl headers
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.
Fixes http://bugs.freedesktop.org/show_bug.cgi?id=57802
Signed-off-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/bugs.html')
0 files changed, 0 insertions, 0 deletions