Module: Mesa Branch: master Commit: c704b89fe49dd3f80ff0028bece93ea45b651987 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=c704b89fe49dd3f80ff0028bece93ea45b651987
Author: Emil Velikov <[email protected]> Date: Tue Dec 29 21:02:54 2015 +1100 glsl: annotate ast_process_struct_or_iface_block_members() as static Reviewed-by: Timothy Arceri <[email protected]> Reviewed-by: Edward O'Callaghan <[email protected]> --- src/glsl/ast_to_hir.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 1091c02..e1baada 100644 --- a/src/glsl/ast_to_hir.cpp +++ b/src/glsl/ast_to_hir.cpp @@ -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, _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
