gamma: Silence uninitialized variable warnings.
This commit is contained in:
@@ -323,7 +323,7 @@ do { \
|
||||
|
||||
#define LOCAL_VARS(n) \
|
||||
gammaContextPtr gmesa = GAMMA_CONTEXT(ctx); \
|
||||
GLuint color[n]; \
|
||||
GLuint color[n] = { 0 }; \
|
||||
(void) color;
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user