projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b23f5b5
)
silence a warning
author
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 13 Jul 2001 16:38:44 +0000
(16:38 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Fri, 13 Jul 2001 16:38:44 +0000
(16:38 +0000)
src/mesa/main/texstore.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/texstore.c
b/src/mesa/main/texstore.c
index 19eb36e6f074914afe66bc76245ed9b9c4da4ec0..6474121b7027b4cc0e8071fbda9067c6d396a5b7 100644
(file)
--- a/
src/mesa/main/texstore.c
+++ b/
src/mesa/main/texstore.c
@@
-1,4
+1,4
@@
-/* $Id: texstore.c,v 1.
29 2001/06/15 14:18:46
brianp Exp $ */
+/* $Id: texstore.c,v 1.
30 2001/07/13 16:38:44
brianp Exp $ */
/*
* Mesa 3-D graphics library
@@
-1420,6
+1420,8
@@
make_3d_mipmap(const struct gl_texture_format *format, GLint border,
GLint bytesPerSrcRow, bytesPerDstRow;
GLint srcImageOffset, srcRowOffset;
+ (void) srcDepthNB; /* silence warnings */
+
/* Need two temporary row buffers */
tmpRowA = MALLOC(srcWidth * bpt);
if (!tmpRowA)