From: Timothy Arceri Date: Tue, 8 Mar 2016 11:33:44 +0000 (+1100) Subject: glsl: make interstage_match() static X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3026b3565a0df4c70feb009d2d9780229df25311;p=mesa.git glsl: make interstage_match() static Reviewed-by: Samuel Iglesias Gonsálvez --- diff --git a/src/compiler/glsl/link_interface_blocks.cpp b/src/compiler/glsl/link_interface_blocks.cpp index 64c30fea9a3..9d36836d0e2 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)