On 01/17/2014 02:49 PM, Vinson Lee wrote:
cubemap-getteximage-pbo.c:41:0: warning: "NUMCOLORS" redefined [enabled by 
default]
  #define NUMCOLORS        7
  ^
In file included from 
/usr/x86_64-w64-mingw32/sys-root/mingw/include/windows.h:71:0,
                  from piglit/tests/util/piglit-util.h:35,
                  from piglit/tests/util/piglit-util-gl-common.h:32,
                  from piglit/tests/texturing/cubemap-getteximage-pbo.c:33:
/usr/x86_64-w64-mingw32/sys-root/mingw/include/wingdi.h:1521:0: note: this is 
the location of the previous definition
  #define NUMCOLORS 24
  ^

Signed-off-by: Vinson Lee <v...@freedesktop.org>
---
  tests/texturing/cubemap-getteximage-pbo.c | 1 +
  1 file changed, 1 insertion(+)

diff --git a/tests/texturing/cubemap-getteximage-pbo.c 
b/tests/texturing/cubemap-getteximage-pbo.c
index 85e8c52..d62eac1 100644
--- a/tests/texturing/cubemap-getteximage-pbo.c
+++ b/tests/texturing/cubemap-getteximage-pbo.c
@@ -38,6 +38,7 @@ PIGLIT_GL_TEST_CONFIG_BEGIN
  PIGLIT_GL_TEST_CONFIG_END


+#undef NUMCOLORS
  #define NUMCOLORS        7
  #define TEX_WIDTH        32
  #define TEX_HEIGHT       32


Reviewed-by: Brian Paul <bri...@vmware.com>
_______________________________________________
Piglit mailing list
Piglit@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/piglit

Reply via email to