glsl: annotate ast_process_struct_or_iface_block_members() as static
authorEmil Velikov <emil.velikov@collabora.com>
Tue, 29 Dec 2015 10:02:54 +0000 (21:02 +1100)
committerTimothy Arceri <timothy.arceri@collabora.com>
Wed, 30 Dec 2015 00:51:51 +0000 (11:51 +1100)
Reviewed-by: Timothy Arceri <timothy.arceri@collabora.com>
Reviewed-by: Edward O'Callaghan <eocallaghan@alterapraxis.com>
src/glsl/ast_to_hir.cpp

index 1091c0227035a7abd32539c0cbfa694878461c0e..e1baadaf65f84f833b14f3702de4e1aba9c31a76 100644 (file)
@@ -6169,7 +6169,7 @@ ast_type_specifier::hir(exec_list *instructions,
  * The number of fields processed.  A pointer to the array structure fields is
  * stored in \c *fields_ret.
  */
-unsigned
+static unsigned
 ast_process_struct_or_iface_block_members(exec_list *instructions,
                                           struct _mesa_glsl_parse_state *state,
                                           exec_list *declarations,