diff options
author | Brian Paul <[email protected]> | 2003-05-28 15:30:53 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2003-05-28 15:30:53 +0000 |
commit | d18c08fe890e100269be8d5cccbaf7cd7bf9916d (patch) | |
tree | 4cf527b439964f2be44cd709da5396fcb8b73f87 /src/mesa/tnl/t_imm_elt.c | |
parent | 0b52018df2a64a159f697756fbda47bcd1de3ef4 (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.c | 3 |
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 08b74a139b3..f9a3069a171 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 |