aboutsummaryrefslogtreecommitdiff
path: root/mesalib/src/glsl/opt_copy_propagation_elements.cpp
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2014-03-29 13:49:21 +0100
committermarha <marha@users.sourceforge.net>2014-03-29 13:49:21 +0100
commit630c3accd9d72b2b64dc1c44a11c5ef61396f509 (patch)
tree77ba5a3d688eacae823225942b7251580b4bf62a /mesalib/src/glsl/opt_copy_propagation_elements.cpp
parent409cbaf20b5c695444bd08c87f4a186b9ac6b805 (diff)
parent6469a282ad06dfa53f3b9d9e9789f21b76de9ab7 (diff)
downloadvcxsrv-630c3accd9d72b2b64dc1c44a11c5ef61396f509.tar.gz
vcxsrv-630c3accd9d72b2b64dc1c44a11c5ef61396f509.tar.bz2
vcxsrv-630c3accd9d72b2b64dc1c44a11c5ef61396f509.zip
Merge remote-tracking branch 'origin/released'
Diffstat (limited to 'mesalib/src/glsl/opt_copy_propagation_elements.cpp')
-rw-r--r--mesalib/src/glsl/opt_copy_propagation_elements.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesalib/src/glsl/opt_copy_propagation_elements.cpp b/mesalib/src/glsl/opt_copy_propagation_elements.cpp
index cc53e0dd0..4d8f476a8 100644
--- a/mesalib/src/glsl/opt_copy_propagation_elements.cpp
+++ b/mesalib/src/glsl/opt_copy_propagation_elements.cpp
@@ -186,7 +186,7 @@ ir_copy_propagation_elements_visitor::visit_leave(ir_assignment *ir)
}
ir_visitor_status
-ir_copy_propagation_elements_visitor::visit_leave(ir_swizzle *ir)
+ir_copy_propagation_elements_visitor::visit_leave(ir_swizzle *)
{
/* Don't visit the values of swizzles since they are handled while
* visiting the swizzle itself.