From 3026b3565a0df4c70feb009d2d9780229df25311 Mon Sep 17 00:00:00 2001 From: Timothy Arceri Date: Tue, 8 Mar 2016 22:33:44 +1100 Subject: [PATCH] glsl: make interstage_match() static MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Reviewed-by: Samuel Iglesias Gonsálvez --- 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.7.4