--- src/compiler/glsl/link_interface_blocks.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/compiler/glsl/link_interface_blocks.cpp b/src/compiler/glsl/link_interface_blocks.cpp index 64c30fe..9d36836 100644 --- a/src/compiler/glsl/link_interface_blocks.cpp +++ b/src/compiler/glsl/link_interface_blocks.cpp @@ -90,7 +90,7 @@ intrastage_match(ir_variable *a, * an array and the producer interface is required to be a non-array. * This is used for tessellation control and geometry shader consumers. */ -bool +static bool interstage_match(ir_variable *producer, ir_variable *consumer, bool extra_array_level) -- 2.5.0 _______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/mesa-dev