diff options
author | Emil Velikov <[email protected]> | 2015-12-29 21:02:54 +1100 |
---|---|---|
committer | Timothy Arceri <[email protected]> | 2015-12-30 11:51:51 +1100 |
commit | c704b89fe49dd3f80ff0028bece93ea45b651987 (patch) | |
tree | b6310cb33d1c3b59bcbb9706bcb7bb01b9e39f75 | |
parent | 0119773ffca586c9e51fa19248c3dfaab0500b25 (diff) |
glsl: annotate ast_process_struct_or_iface_block_members() as static
Reviewed-by: Timothy Arceri <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
-rw-r--r-- | src/glsl/ast_to_hir.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/glsl/ast_to_hir.cpp b/src/glsl/ast_to_hir.cpp index 1091c022703..e1baadaf65f 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, |