summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_elt.c
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2003-05-28 15:30:53 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2003-05-28 15:30:53 +0000
commitd18c08fe890e100269be8d5cccbaf7cd7bf9916d (patch)
tree4cf527b439964f2be44cd709da5396fcb8b73f87 /src/mesa/tnl/t_imm_elt.c
parent0b52018df2a64a159f697756fbda47bcd1de3ef4 (diff)
silence some warnings (Evgeny Kotsuba)
Diffstat (limited to 'src/mesa/tnl/t_imm_elt.c')
-rw-r--r--src/mesa/tnl/t_imm_elt.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_elt.c b/src/mesa/tnl/t_imm_elt.c
index 08b74a139b..f9a3069a17 100644
--- a/src/mesa/tnl/t_imm_elt.c
+++ b/src/mesa/tnl/t_imm_elt.c
@@ -584,8 +584,9 @@ static void init_translate_elt(void)
#undef CLASS
#undef ARGS
#undef CHECK
+#ifdef START
#undef START
-
+#endif