glsl: Fix 'format not a string literal and no format arguments' warning.
authorVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 12:17:57 +0000 (05:17 -0700)
committerVinson Lee <vlee@vmware.com>
Wed, 15 Sep 2010 12:17:57 +0000 (05:17 -0700)
commitf20f2cc3306310f6fc4c338f91cfac10f98335d3
treeb18809d8d7b0f9de9a13641f4efb31a974c17fb8
parent09ef8e9283f17e5dc9fa4a86c659048acda833cb
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
src/glsl/loop_controls.cpp