commit | 7ffe40532f6b22d9b80caeac0fc3b9495619186a | [log] [tgz] |
---|---|---|
author | Ian Romanick <ian.d.romanick@intel.com> | Mon Aug 02 11:46:22 2010 -0700 |
committer | Ian Romanick <ian.d.romanick@intel.com> | Mon Aug 02 13:53:32 2010 -0700 |
tree | 3e6cbd1de69e3d14af258f320ac7fe1a9fe1b788 | |
parent | cf41c8a0d8dac52bafb7c3e85171566c492786ab [diff] [blame] |
glsl2: Clean-up two 'unused variable' warnings
diff --git a/src/glsl/ir_validate.cpp b/src/glsl/ir_validate.cpp index f9f781b..712e137 100644 --- a/src/glsl/ir_validate.cpp +++ b/src/glsl/ir_validate.cpp
@@ -336,6 +336,8 @@ void check_node_type(ir_instruction *ir, void *data) { + (void) data; + if (ir->ir_type <= ir_type_unset || ir->ir_type >= ir_type_max) { printf("Instruction node with unset type\n"); ir->print(); printf("\n");