mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-09 04:38:03 +02:00
gamma: Silence uninitialized variable warnings.
This commit is contained in:
parent
fdcad8a583
commit
1613735d08
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ do { \
|
|||
|
||||
#define LOCAL_VARS(n) \
|
||||
gammaContextPtr gmesa = GAMMA_CONTEXT(ctx); \
|
||||
GLuint color[n]; \
|
||||
GLuint color[n] = { 0 }; \
|
||||
(void) color;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue