progs/tests: Silence 'missing initializer' warnings.
authorVinson Lee <vlee@vmware.com>
Sat, 9 Jan 2010 07:08:57 +0000 (23:08 -0800)
committerVinson Lee <vlee@vmware.com>
Sat, 9 Jan 2010 07:08:57 +0000 (23:08 -0800)
progs/tests/interleave.c
progs/tests/texwrap.c

index 47bf9dfbe5ece9dbb04ff21fe469d5246eb07046..acf67d02c12d841fac1987a6063a4e86da03a6e4 100644 (file)
@@ -105,7 +105,7 @@ static const unsigned indicies[12] = {
    1, 4, 2
 };
 
-#define NONE  { NULL, 0, 0, 0 }
+#define NONE  { NULL, 0, 0, 0, sizeof( NULL ) }
 #define V2F   { v,    2, 2 * sizeof( GLfloat ), GL_FLOAT, sizeof( v[0] ) }
 #define V3F   { v,    3, 3 * sizeof( GLfloat ), GL_FLOAT, sizeof( v[0] ) }
 #define V4F   { v,    4, 4 * sizeof( GLfloat ), GL_FLOAT, sizeof( v[0] ) }
index 92c8a2f14c23c3804810a137370181190db1b46d..39c55919dd2728ed2b5b62448ec9fb4ca3072942 100644 (file)
@@ -71,7 +71,7 @@ static struct wrap_mode modes[] = {
    WRAP_EXT ( GL_MIRROR_CLAMP_TO_EDGE_EXT, "GL_ATI_texture_mirror_once",
                                           "GL_EXT_texture_mirror_clamp",
              999.0 ),
-   { 0 }
+   { 0, NULL, GL_FALSE, 0.0, { NULL, NULL } }
 };
 
 static void