diff options
author | Brian Paul <[email protected]> | 1999-09-17 12:27:01 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 1999-09-17 12:27:01 +0000 |
commit | ecaf1a0865e24d4f3f82cf076c54c033f68a4914 (patch) | |
tree | bbd805b0766616499a62fd92c57bb3bf7ef70cdf /progs/demos/renormal.c | |
parent | 1bf28c46c2d4d3f2d0a502e45abfa66d37afe733 (diff) |
silenced some warnings
Diffstat (limited to 'progs/demos/renormal.c')
-rw-r--r-- | progs/demos/renormal.c | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/progs/demos/renormal.c b/progs/demos/renormal.c index 8a86ac7cff6..dc5d980722a 100644 --- a/progs/demos/renormal.c +++ b/progs/demos/renormal.c @@ -1,4 +1,4 @@ -/* $Id: renormal.c,v 1.2 1999/09/17 02:40:51 tjump Exp $ */ +/* $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ */ /* * Test GL_EXT_rescale_normal extension @@ -6,7 +6,7 @@ */ /* - * $Id: renormal.c,v 1.2 1999/09/17 02:40:51 tjump Exp $ + * $Id: renormal.c,v 1.3 1999/09/17 12:27:01 brianp Exp $ */ @@ -98,6 +98,8 @@ static void ModeMenu(int entry) static void key(unsigned char k, int x, int y) { + (void) x; + (void) y; switch (k) { case 27: /* Escape */ exit(0); |