glsl: Fix 'format not a string literal and no format arguments' warning.
commitc0f82e619c02e5de688054b3eaa76b1fbf9ae334
authorVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 12:17:57 +0000 (15 05:17 -0700)
committerIan Romanick <ian.d.romanick@intel.com>
Thu, 23 Sep 2010 15:47:00 +0000 (23 08:47 -0700)
treea36219b694ca0b1fb49e1675b7c489d0f1e71e40
parent7f95c59509a6e28bde2c8ec7c880505a63c9ee56
glsl: Fix 'format not a string literal and no format arguments' warning.

Fix the following GCC warning.
loop_controls.cpp: In function 'int calculate_iterations(ir_rvalue*, ir_rvalue*, ir_rvalue*, ir_expression_operation)':
loop_controls.cpp:88: warning: format not a string literal and no format arguments
(cherry picked from commit f20f2cc3306310f6fc4c338f91cfac10f98335d3)
src/glsl/loop_controls.cpp