diff options
Diffstat (limited to 'src/mesa/main')
| -rw-r--r-- | src/mesa/main/formats.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/src/mesa/main/formats.c b/src/mesa/main/formats.c index 329b795074..5983f00e2d 100644 --- a/src/mesa/main/formats.c +++ b/src/mesa/main/formats.c @@ -910,6 +910,7 @@ _mesa_test_formats(void)              GLuint t = info->RedBits + info->GreenBits                 + info->BlueBits + info->AlphaBits;              assert(t / 8 == info->BytesPerBlock); +            (void) t;           }        } | 
