Browse Source

silence warning

tags/mesa_20060201
Brian Paul 20 years ago
parent
commit
e64874ac2d
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      progs/tests/manytex.c

+ 2
- 1
progs/tests/manytex.c View File

@@ -1,4 +1,4 @@
/* $Id: manytex.c,v 1.4 2002/10/18 17:47:36 kschultz Exp $ */
/* $Id: manytex.c,v 1.5 2005/09/15 01:58:39 brianp Exp $ */

/*
* test handling of many texture maps
@@ -12,6 +12,7 @@
#include <assert.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <GL/glut.h>


Loading…
Cancel
Save